envoyproxy/envoy

Need bump for rules_go to support building with Go 1.25+

Open

#41,337 创建于 2025年10月2日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/buildgohelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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

贡献者指南