ci: bump to go 1.22 (#426)

This commit is contained in:
Michael McLoughlin
2024-02-09 13:07:06 -08:00
committed by GitHub
parent f452cd339d
commit b2475ec56c
7 changed files with 38 additions and 38 deletions

View File

@@ -101,7 +101,7 @@ func GenerateWorkflow(s *thirdparty.Suite) ([]byte, error) {
g.Linef("- name: Install Go")
g.Linef(" uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.1")
g.Linef(" with:")
g.Linef(" go-version: 1.21.x")
g.Linef(" go-version: 1.22.x")
g.Linef(" check-latest: true")
// Checkout avo.