chore: upgrade Go version to 1.22.4 (#13623)

Updates Go version to 1.22.4

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
This commit is contained in:
Cian Johnston
2024-06-24 15:50:52 +01:00
committed by GitHub
co-authored by Muhammad Atif Ali
parent 7cb8bfb133
commit b4a5c7ffa9
6 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.22.3"
default: "1.22.4"
runs:
using: "composite"
steps:
+2 -5
View File
@@ -254,12 +254,9 @@ jobs:
- name: Setup Node
uses: ./.github/actions/setup-node
# Use default Go version
- name: Setup Go
uses: buildjet/setup-go@v5
with:
# This doesn't need caching. It's super fast anyways!
cache: false
go-version: 1.21.9
uses: ./.github/actions/setup-go
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0