We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238049a commit 14731e8Copy full SHA for 14731e8
1 file changed
go/extractor/cli/go-autobuilder/go-autobuilder.go
@@ -830,7 +830,7 @@ func installDependenciesAndBuild() {
830
}
831
832
const minGoVersion = "1.11"
833
-const maxGoVersion = "1.20"
+const maxGoVersion = "1.21"
834
835
// Check if `version` is lower than `minGoVersion`. Note that for this comparison we ignore the
836
// patch part of the version, so 1.20.1 and 1.20 are considered equal.
0 commit comments