-
Notifications
You must be signed in to change notification settings - Fork 320
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
Breaking change in 0.48.0 #577
Comments
@ywwg could you check if there is an easy fix? I can look into this next week, but perhaps you can beat me to it. |
looking in to this |
client_golang needs an update to work with this new version of common |
Client/Common should be fixed, if you update both and still have problems please reopen |
It looks like the client_golang has not been tagged, so the problem persist. |
v1.19.0 of client_golang is on its way: prometheus/client_golang#1451 Note that the prometheus/common Go module is pre v1.0, so breaking changes are happening by design. The fixes needed are on the side of the code using this Go module, so you could file issues over there (but in the case of prometheus/client_golang, the fix is already merged, it's just about the release, and even that is probably happening later today). |
Thank you. |
The latest version 0.48.0 breaks an existing workflow.
#576
After upgrading to
github.com/prometheus/common v0.48.0
and running golangci-lint on the source code I get the following error:To reproduce:
The text was updated successfully, but these errors were encountered: