Skip to content
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

Bump prometheus/client_golang to v0.9.2 #171

Merged
merged 1 commit into from
Dec 17, 2018

Conversation

simonpasquier
Copy link
Member

The latest Go version (1.11.4) breaks the build process because it changes the checksum of the github.com/prometheus/procfs module. Bumping prometheus/client_golang to v0.9.2 solves the issue because it uses Go modules which removes procfs as an indirect dependency.

See prometheus/blackbox_exporter#395 and golang/go#29278 (comment) for more details.

@matthiasr matthiasr merged commit a133af8 into prometheus:master Dec 17, 2018
@matthiasr matthiasr mentioned this pull request Dec 17, 2018
@matthiasr
Copy link
Contributor

Thank you!

matthiasr pushed a commit that referenced this pull request Dec 17, 2018
I'd like to add more detail, but I'm not sure I understand the
implications just yet, and they will probably change with #164.

Signed-off-by: Matthias Rampke <[email protected]>
dhewg added a commit to dhewg/packages that referenced this pull request Jan 3, 2019
This fixes the exact same build error reported at [0].
Upstream fixed it too, see [1], but I decided to use the minimal patch
until a new version is released instead.

[0] golang/go#29281
[1] prometheus/statsd_exporter#171

Signed-off-by: Andre Heider <[email protected]>
dhewg added a commit to dhewg/packages that referenced this pull request Jan 4, 2019
This fixes the exact same build error reported at [0].
Upstream fixed it too, see [1], but I decided to use the minimal patch
until a new version is released instead.

[0] golang/go#29281
[1] prometheus/statsd_exporter#171

Signed-off-by: Andre Heider <[email protected]>
ClaymorePT pushed a commit to ClaymorePT/packages that referenced this pull request Feb 12, 2019
This fixes the exact same build error reported at [0].
Upstream fixed it too, see [1], but I decided to use the minimal patch
until a new version is released instead.

[0] golang/go#29281
[1] prometheus/statsd_exporter#171

Signed-off-by: Andre Heider <[email protected]>
thiagoricciardi pushed a commit to thiagoricciardi/packages that referenced this pull request Apr 3, 2019
This fixes the exact same build error reported at [0].
Upstream fixed it too, see [1], but I decided to use the minimal patch
until a new version is released instead.

[0] golang/go#29281
[1] prometheus/statsd_exporter#171

Signed-off-by: Andre Heider <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants