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í d283d8479c add and test initial support for Go 1.22
The Go 1.21 linker patches luckily rebased on master as of
de5b418bea70aaf27de1f47e9b5813940d1e15a4 just fine.
The addition of the strings import in the second patch was removed,
since the file in Go 1.22 now has this package import.

We can remove the Go 1.20 linker patches too, since we no longer support
that Go version in the upcoming release.

Start treating runtime/internal/startlinetest as part of the runtime,
since otherwise its test-only trickery breaks "garble build std":

    # runtime/internal/startlinetest
    [...]/XS7r7lPHkTG.s:23: ABI selector only permitted when compiling runtime, reference was to "HGoWHDsKwh.AlfA2or7Nnb"
    asm: assembly of $WORK/.tmp/garble-shared1535203339/HGoWHDsKwh/XS7r7lPHkTG.s failed

While here, update actions/checkout and staticcheck in CI.
7 months ago
..
cached_modfiles scripts: start checking google.golang.org/protobuf 1 year ago
bench_literals.go scripts: no need for this directory to be a Go package 1 year ago
check-third-party.sh scripts: remove TODO about building third party programs 1 year ago
crlf-test.sh Include actual count of files with `CRLF` endings found 1 year ago
ensure-copyrights.sh set up an AUTHORS file to attribute copyright 4 years ago
gen-go-std-tables.sh add and test initial support for Go 1.22 7 months ago