envoyproxy/envoy

Need bump for rules_go to support building with Go 1.25+

Open

#41.337 aperta il 2 ott 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/buildgohelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

Description:

Building with go 1.25 fails complaining about GOEXPERIMENT=nocoverageredesign

go: unknown GOEXPERIMENT coverageredesign

Repro steps:

Build with go 1.25

At least rules_go 0.56.0 is needed https://github.com/bazel-contrib/rules_go/releases/tag/v0.56.0 as it includes https://github.com/bazel-contrib/rules_go/pull/4397

Guida contributor