There was an error while loading. Please reload this page.
maxGoVersion
1 parent d3b5129 commit 6ce74daCopy full SHA for 6ce74da
1 file changed
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.26")
+var maxGoVersion = util.NewSemVer("1.27")
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