We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maxGoVersion
1 parent 5e2a560 commit 4b215d5Copy full SHA for 4b215d5
go/extractor/autobuilder/build-environment.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
var minGoVersion = util.NewSemVer("1.11")
15
-var maxGoVersion = util.NewSemVer("1.24")
+var maxGoVersion = util.NewSemVer("1.25")
16
17
type versionInfo struct {
18
goModVersion util.SemVer // The version of Go found in the go directive in the `go.mod` file.
0 commit comments