mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Go: Update maxGoVersion in the autobuilder
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
var minGoVersion = util.NewSemVer("1.11")
|
||||
var maxGoVersion = util.NewSemVer("1.24")
|
||||
var maxGoVersion = util.NewSemVer("1.25")
|
||||
|
||||
type versionInfo struct {
|
||||
goModVersion util.SemVer // The version of Go found in the go directive in the `go.mod` file.
|
||||
|
||||
Reference in New Issue
Block a user