bazel-contrib / bazel-contrib/rules_go
Please update google.golang.org/protobuf to 1.36.10
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 760
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 12
Description
It's a bit confusing that go.mod has already been updated to 1.36.10, but the `go/private/repositories.bzl` has not been.
This should resolve compatibility issues with recent releases of buf.build/go/protovalidate that otherwise require a hand-curated http_archive *and* patch to make work, which is rather inconvenient.
Anyway, please update this when you get a chance.
(I'd send a PR, but you don't want those, so...)
Contributor guide
Research direction
Start by comparing the google.golang.org/protobuf version in go.mod with its entry in go/private/repositories.bzl. Update the repository definition so both use 1.36.10, then verify that the Bazel dependency resolves without the hand-curated archive and patch described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100