ci: bump to go 1.19 (#330)
* Bump CI to Go 1.19 * Update golang/go edwards25519 test * Apply formatting to printer stubs output (to get correct comment formatting) * Bump gofumpt version
This commit is contained in:
committed by
GitHub
parent
e788b7675f
commit
429cf3cdbf
2
tests/thirdparty/make_workflow.go
vendored
2
tests/thirdparty/make_workflow.go
vendored
@@ -102,7 +102,7 @@ func GenerateWorkflow(s *thirdparty.Suite) ([]byte, error) {
|
||||
g.Linef("- name: Install Go")
|
||||
g.Linef(" uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v3.0.0")
|
||||
g.Linef(" with:")
|
||||
g.Linef(" go-version: 1.18.x")
|
||||
g.Linef(" go-version: 1.19.x")
|
||||
g.Linef(" check-latest: true")
|
||||
|
||||
// Checkout avo.
|
||||
|
||||
Reference in New Issue
Block a user