-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
go get -v github.com/prometheus/client_golang/prometheus does not #1169
Comments
i have the same issue.
|
@kakkoyun any update on this ? |
it seems to be working with the following commands: |
@reimgun Sorry, I dropped the ball on this. I'll keep the tab open to take care of this. Thanks for further investigation. |
I came across which might be the root cause prometheus/common#381 (comment) |
hey @reimgun, manually changing your dependency version for
(ps: this also looks related golang/protobuf#1133 (comment) cc: @kakkoyun) |
I am using go 1.20.3 in go.mod of v1.5.0 i have changed
to
a) when i use go build ,i get this -
b) when i run make i get following error -
figured out go.sum values from https://github.com/google/cadvisor/blob/master/go.sum
triggerring make gives me -
|
go version: 1.19.2
i receive the following error message on command:
go env -w GO111MODULE=off; go get -v github.com/prometheus/client_golang/prometheus
here the full jenkins job output:
i have tried it also as recommended from go but this also not work:
and just in case you came again with this solution: #1154
this doesn`t help:
The text was updated successfully, but these errors were encountered: