bump unsupportedGo to mark Go 1.24 as supported

debugdir.txtar also needed tweaking as runtime/map.go is gone
starting in Go 1.24.

Finally, modinfo.txtar needed tweaking since Go 1.24 started stamping
Go binaries with VCS-derived module versions, so we no longer end up
with empty "(devel)" versions.
This commit is contained in:
Daniel Martí
2025-02-09 13:30:01 +00:00
committed by Paul Scheduikat
parent e8392a640a
commit 2adfc43326
4 changed files with 9 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ stderr 'Go version "go1\.14" is too old; please upgrade to go1\.23\.5 or newer'
env GARBLE_TEST_GOVERSION='go1.28.2'
env TOOLCHAIN_GOVERSION='go1.28.2'
! exec garble build
stderr 'Go version "go1\.28\.2" is too new; Go linker patches aren''t available for go1\.24 or later yet'
stderr 'Go version "go1\.28\.2" is too new; Go linker patches aren''t available for go1\.25 or later yet'
# We should accept custom devel strings.
env TOOLCHAIN_GOVERSION='devel go1.23.5-somecustomversion'