We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxGoVersion
1.24
1 parent 0a90d1c commit 0da3050Copy full SHA for 0da3050
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.23")
+var maxGoVersion = util.NewSemVer("1.24")
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