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/scripts
Daniel Martí ff0bea73b5
all: drop support for Go 1.15.x (#265)
This mainly cleans up the few bits of code where we explicitly kept
support for Go 1.15.x. With v0.1.0 released, we can drop support now,
since the next v0.2.0 release will only support Go 1.16.x.

Also updates all modules, including test ones, to 'go 1.16'.

Note that the TOOLEXEC_IMPORTPATH refactor is not done here, despite all
the TODOs about doing so when we drop 1.15 support. This is because that
refactor needs to be done carefully and might have side effects, so it's
best to keep it to a separate commit.

Finally, update the deps.
4 years ago
..
asm.txt all: drop support for Go 1.15.x (#265) 4 years ago
basic.txt all: drop support for Go 1.15.x (#265) 4 years ago
cgo.txt all: drop support for Go 1.15.x (#265) 4 years ago
debugdir.txt all: drop support for Go 1.15.x (#265) 4 years ago
goprivate.txt all: drop support for Go 1.15.x (#265) 4 years ago
goversion.txt all: drop support for Go 1.15.x (#265) 4 years ago
help.txt include a "garble version" test (#221) 4 years ago
implement.txt all: drop support for Go 1.15.x (#265) 4 years ago
imports.txt all: drop support for Go 1.15.x (#265) 4 years ago
init.txt all: drop support for Go 1.15.x (#265) 4 years ago
ldflags.txt all: drop support for Go 1.15.x (#265) 4 years ago
linkname.txt all: drop support for Go 1.15.x (#265) 4 years ago
literals.txt all: drop support for Go 1.15.x (#265) 4 years ago
modinfo.txt all: drop support for Go 1.15.x (#265) 4 years ago
plugin.txt all: drop support for Go 1.15.x (#265) 4 years ago
position.txt all: drop support for Go 1.15.x (#265) 4 years ago
reverse.txt all: drop support for Go 1.15.x (#265) 4 years ago
seed.txt all: drop support for Go 1.15.x (#265) 4 years ago
syntax.txt all: drop support for Go 1.15.x (#265) 4 years ago
test.txt all: drop support for Go 1.15.x (#265) 4 years ago
tiny.txt all: drop support for Go 1.15.x (#265) 4 years ago