mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
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:
committed by
Paul Scheduikat
parent
e8392a640a
commit
2adfc43326
2
testdata/script/goversion.txtar
vendored
2
testdata/script/goversion.txtar
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user