Go: Bump maxGoVersion to 1.23

This commit is contained in:
Michael B. Gale
2024-09-04 14:08:13 +01:00
parent 6ef5063ff0
commit 9aeaae6068

View File

@@ -12,7 +12,7 @@ import (
)
var minGoVersion = util.NewSemVer("1.11")
var maxGoVersion = util.NewSemVer("1.22")
var maxGoVersion = util.NewSemVer("1.23")
type versionInfo struct {
goModVersion util.SemVer // The version of Go found in the go directive in the `go.mod` file.