ci: bump to go 1.21 (#400)
This commit is contained in:
committed by
GitHub
parent
9a7bf73326
commit
77d43566e4
2
tests/thirdparty/make_workflow.go
vendored
2
tests/thirdparty/make_workflow.go
vendored
@@ -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.20.x")
|
||||
g.Linef(" go-version: 1.21.x")
|
||||
g.Linef(" check-latest: true")
|
||||
|
||||
// Checkout avo.
|
||||
|
||||
Reference in New Issue
Block a user