mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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 minGoVersion = util.NewSemVer("1.11")
|
||||||
var maxGoVersion = util.NewSemVer("1.24")
|
var maxGoVersion = util.NewSemVer("1.25")
|
||||||
|
|
||||||
type versionInfo struct {
|
type versionInfo struct {
|
||||||
goModVersion util.SemVer // The version of Go found in the go directive in the `go.mod` file.
|
goModVersion util.SemVer // The version of Go found in the go directive in the `go.mod` file.
|
||||||
|
|||||||
Reference in New Issue
Block a user