-
Notifications
You must be signed in to change notification settings - Fork 625
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
backport 583 to v1.1.x #591
Conversation
Hmm, this pr seems to be missing the |
Hmm, the previous PR had those changes and it was not building, so I thought that they were not needed for v1.x... Ok, I guess the release will not go out today then until we figure this out... This is the error I got:
I thought that maybe because the proto files were generated using the v2 that's why it was causing issues in the v1.x branches... Is the solution to run cc: @marbar3778 |
I had the same issue on the |
not sure why the pb.go files are missing, but running |
This is the PR I opened with the pb.go changes from main, but then it was not building, so I thought I made a mistake during the backport and closed that PR and opened this one without those changes... |
Correct. This worked for me on this branch |
Thanks, @colin-axner. Will do that! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK .pb.go changes
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.13.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Backport #583.
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes