update go version

pull/14225/head
Steven Powell 2022-05-24 13:06:38 -07:00
parent 6709ef5db8
commit 910fe36c07
1 changed files with 5 additions and 0 deletions

View File

@ -111,6 +111,11 @@ var (
`GO_VERSION: .*`: `GO_VERSION: '{{.StableVersion}}'`,
},
},
".github/workflows/update-gotestsum-version.yml": {
Replace: map[string]string{
`GO_VERSION: .*`: `GO_VERSION: '{{.StableVersion}}'`,
},
},
"go.mod": {
Replace: map[string]string{
`(?m)^go .*`: `go {{.StableVersionMM}}`,