Skip to content

Commit

Permalink
TOOLS-3438 Bump minimum go version to 1.20.12 (#627)
Browse files Browse the repository at this point in the history
Bump minimum go version to 1.20.12.
  • Loading branch information
tdq45gj committed Dec 6, 2023
1 parent bf0bef9 commit ce6af0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/build.go
Expand Up @@ -31,7 +31,7 @@ var pkgNames = []string{
}

// minimumGoVersion must be prefixed with v to be parsed by golang.org/x/mod/semver
var minimumGoVersion = "v1.20.10"
const minimumGoVersion = "v1.20.12"

func CheckMinimumGoVersion(ctx *task.Context) error {
goVersionStr, err := runCmd(ctx, "go", "version")
Expand Down

0 comments on commit ce6af0f

Please sign in to comment.