envoyproxy/envoy

Need bump for rules_go to support building with Go 1.25+

Open

#41.337 aberto em 2 de out. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/buildgohelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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

Guia do colaborador