Files
Daniel Baker eaf3faa714 envoy: fix deps fetch by pinning go and providing hashes
Pin Go SDK downloads to avoid fetching the mutable version listing from
https://go.dev/dl/?mode=json&include=all. Without explicit sdks, each
go_download_sdk call downloads that listing (which changes with every Go
release) and caches it in repository_cache, causing the deps hash to
drift. See: io_bazel_rules_go/go/private/sdk.bzl lines 74-93 (rules_go
v0.50.0)

Co-Authored-By: ejiektpobehuk
Co-Authored-By: samestep
2026-05-05 21:02:30 -07:00
..