Skip to content

Commit f6b460b

Browse files
mbgowen-mc
authored andcommitted
Go: Set maxGoVersion to 1.24
1 parent 7623e2b commit f6b460b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/autobuilder/build-environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var minGoVersion = util.NewSemVer("1.11")
15-
var maxGoVersion = util.NewSemVer("1.23")
15+
var maxGoVersion = util.NewSemVer("1.24")
1616

1717
type versionInfo struct {
1818
goModVersion util.SemVer // The version of Go found in the go directive in the `go.mod` file.

0 commit comments

Comments
 (0)