Skip to content

Commit 14731e8

Browse files
committed
Bump supported Go version to 1.21
1 parent 238049a commit 14731e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/extractor/cli/go-autobuilder/go-autobuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ func installDependenciesAndBuild() {
830830
}
831831

832832
const minGoVersion = "1.11"
833-
const maxGoVersion = "1.20"
833+
const maxGoVersion = "1.21"
834834

835835
// Check if `version` is lower than `minGoVersion`. Note that for this comparison we ignore the
836836
// patch part of the version, so 1.20.1 and 1.20 are considered equal.

0 commit comments

Comments
 (0)