We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83cef78 + 6563414 commit 726e092Copy full SHA for 726e092
1 file changed
go/extractor/autobuilder/build-environment.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const minGoVersion = "1.11"
15
-const maxGoVersion = "1.21"
+const maxGoVersion = "1.22"
16
17
type versionInfo struct {
18
goModVersion string // The version of Go found in the go directive in the `go.mod` file.
0 commit comments