Go: Update maxGoVersion in the autobuilder

This commit is contained in:
Jeroen Ketema
2025-08-13 14:09:53 +02:00
parent 5e2a5600a7
commit 4b215d50e2

View File

@@ -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.