Fix Go checksum lookup under pipefail #1
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/checksum-pipefail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- avoid an early-closing checksum extraction pipeline under set -o pipefail\n- add an end-to-end fake mirror install test that covers checksum lookup and archive extraction\n\n## Verification\n- API logs for runs 1353/1359 show 1.22 resolving to go1.22.12 and failing immediately after checksum verification\n- current go.dev checks show go1.22.12 is still listed and the archive endpoint returns HTTP 200\n- make all\n- real-network smoke: SETUP_GO_VERSION=1.22 bash scripts/install.sh