chore(go): update to go 1.22 (#3708)

* chore(go): update to go 1.22

* fix: install go before running codeql to fix autobild

* chore(test): explicitly set base crosscompile image

* fix(test): do not point at image with incorrect version of Go
This commit is contained in:
Gabe Kangas
2024-04-22 13:23:52 -07:00
committed by GitHub
parent ac0204104d
commit 439da013d8
9 changed files with 44 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: