You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/script
Daniel Martí 8ee4c91196 make gotoolchain.txtar upgrade to the host's GOVERSION
On CI we test on go1.23.x and go1.24.x, so if we always upgrade
to the latest go1.24.x, that will cause garble to complain
when running on go1.23.x:

    garble was built with "go1.23.7" and can't be used with the newer "go1.24.1"

Moreover, the test hard-coded go1.24.1, which is currently the latest
go1.24.x but will not be for long, so this test was brittle.
4 days ago
..
asm.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
atomic.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
basic.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
cache.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
cgo.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
crossbuild.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
ctrlflow.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
debugdir.txtar bump unsupportedGo to mark Go 1.24 as supported 2 months ago
embed.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
goenv.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
gogarble.txtar clarify and test that runtime.GOROOT is not available 4 months ago
gotoolchain.txtar make gotoolchain.txtar upgrade to the host's GOVERSION 4 days ago
goversion.txtar bump unsupportedGo to mark Go 1.24 as supported 2 months ago
help.txtar use the latest testscript to drop func() int 3 months ago
implement.txtar hash structs via the bundled and altered typeutil.hash 3 months ago
imports.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
init.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
ldflags.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
linker.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
linkname.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
list_error.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
literals.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
modinfo.txtar bump unsupportedGo to mark Go 1.24 as supported 2 months ago
plugin.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
position.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
reflect.txtar obfuscate all names used in reflection 4 months ago
reverse.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
run.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
seed-cache.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
seed.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
syntax.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
test.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
tiny.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago
typeparams.txtar skip all type parameters in recordType 2 months ago