We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxGoVersion
1 parent 8c8e5a5 commit 8a95cbeCopy full SHA for 8a95cbe
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.25")
+var maxGoVersion = util.NewSemVer("1.26")
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