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/scripts
Daniel Martí 30357af923
drop Go 1.22 and require Go 1.23.0 or later (#876)
This lets us start taking advantage of featurs from Go 1.23,
particularly tracking aliases in go/types and iterators.

Note that we need to add code to properly handle or skip over the new
*types.Alias type which go/types produces for Go type aliases.
Also note that we actually turn this mode off entirely for now,
due to the bug reported at https://go.dev/issue/70394.

We don't yet remove our own alias tracking code yet due to the above.
We hope to be able to remove it very soon.
5 months ago
..
cached_modfiles update third party projects to test to support Go 1.23 7 months ago
bench_literals.go all: use cmd.Environ rather than os.Environ 1 year ago
check-third-party.sh update third party projects to test to support Go 1.23 7 months ago
crlf-test.sh Include actual count of files with `CRLF` endings found 2 years ago
ensure-copyrights.sh set up an AUTHORS file to attribute copyright 5 years ago
gen_go_std_tables.go drop Go 1.22 and require Go 1.23.0 or later (#876) 5 months ago