-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mimir-build-image: Upgrade to google.golang.org/protobuf/cmd/[email protected] #6541
base: main
Are you sure you want to change the base?
Conversation
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version `grafana/mimir-build-image:pr6541-d2a96ab505`. This can take up to 1 hour. |
Can we do all the changes in single PR (thinking of #6540), otherwise there will be lot of rebasing and image rebuilding going on. |
@pstibrany I wanted to get this image built and try to regenerate *.pb.go files with it. If you prefer it, I can fuse into one PR, sure. |
I think it would have been easier, but feel free to do it your way. |
I was hoping to get rid of github.com/golang/protobuf references in *.pb.go files, but no dice. Theory is these are generated by github.com/gogo/protobuf/protoc-gen-gogoslick, so we'd have to migrate off gogo also. |
6ea48f0
to
3ad5430
Compare
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version `grafana/mimir-build-image:pr6541-9a9d7c46fb`. This can take up to 1 hour. |
f940927
to
931d4d3
Compare
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
…[email protected] Signed-off-by: Arve Knudsen <[email protected]>
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
What this PR does
Upgrade build image to google.golang.org/protobuf/cmd/[email protected], since github.com/golang/protobuf/protoc-gen-go is deprecated.
Which issue(s) this PR fixes or relates to
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]