Files
coder/.github
Ethan 1f946bb50b ci(.github): retry Go module downloads (#27816)
Closes CODAGT-878
Closes https://github.com/coder/internal/issues/1621

The Go module proxy failure in the linked issue is outside our control,
but `lint` and `test-e2e` currently download modules during their `make`
targets without any retry. Other CI jobs already wrap `go mod download`
with `./.github/scripts/retry.sh`, so this just copies that precedent to
both affected jobs.
2026-08-04 14:23:48 +10:00
..