-
v0.1.165 Stable
released this
2026-07-13 22:07:21 +00:00 | 548 commits to main since this releaseFixed
- Release-path Go steps retry a transient module-fetch flake.
proxy.golang.orgoccasionally
returns an HTTP/2stream INTERNAL_ERRORthat truncates a download and fails a release; until now
that needed a manual resubmit.render-installer(make build-installer, no tests) now retries the
whole build up to 3× with ago clean -modcachebetween tries; the envtest gate retries only
go mod download(up to 3×) and then runsgo testexactly ONCE from the warm cache — so a
transient fetch flake self-heals, but a genuinely red/flaky test is never masked by a retried
go test. (This is the certain fix for the flake the reverted Athens routing had tried to solve.)
Included changes (v0.1.164 -> v0.1.165)
9d49898ad989fix(release): retry transient module-fetch flake on the release-path Go steps
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Release-path Go steps retry a transient module-fetch flake.