Skip to content

Commit

Permalink
Go: Set maxGoVersion to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Dec 17, 2024
1 parent 0a90d1c commit 0da3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/extractor/autobuilder/build-environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var minGoVersion = util.NewSemVer("1.11")
var maxGoVersion = util.NewSemVer("1.23")
var maxGoVersion = util.NewSemVer("1.24")

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

0 comments on commit 0da3050

Please sign in to comment.