Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c93641 commit 6563414Copy full SHA for 6563414
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