deps(go): bump github.com/prometheus/client_golang from 1.23.2 to 1.24.1 - #56
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Owner
|
@dependabot recreate |
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
branch
from
July 26, 2026 18:17
ed2fb29 to
9932372
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
branch
from
July 27, 2026 10:45
9932372 to
3443e3f
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
branch
from
July 27, 2026 11:46
3443e3f to
5668d1d
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
branch
from
July 27, 2026 12:04
5668d1d to
2e8f3a4
Compare
Owner
|
@dependabot rebase |
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.23.2 to 1.24.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.23.2...v1.24.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
branch
from
July 27, 2026 12:05
2e8f3a4 to
401dc3c
Compare
abd-ulbasit
added a commit
that referenced
this pull request
Jul 27, 2026
go.mod pinned `go 1.24.0` while deploy/docker/Dockerfile built on golang:1.24-alpine. Those two have to move as a pair, and because they sat in separate files no single dependabot PR could move both — so every open PR was wedged: - #21/#33/#55/#56 raise go.mod to 1.25.0, and the Docker job then dies on the 1.24 builder: go: go.mod requires go >= 1.25.0 (running go 1.24.13; GOTOOLCHAIN=local) - #44 bumps actions/setup-go v5 -> v7, which exports GOTOOLCHAIN=local. With go.mod still at 1.24.0 the Security and Benchmark jobs die installing their tools: golang.org/x/vuln@v1.6.0 requires go >= 1.25.0 (running go 1.24.0) golang.org/x/perf@... requires go >= 1.25.0 (running go 1.24.0) The two PRs that would have raised the base image (#2, #22) were closed, and dependabot will not re-propose a bump it has already opened. So the deadlock could only be broken by hand, from main, in one commit. Raise both here, plus the benchmark Job manifest that runs go from the same image. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
Superseded by #57. |
dependabot
Bot
deleted the
dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
branch
July 27, 2026 16:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/prometheus/client_golang from 1.23.2 to 1.24.1.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d6087eerelease: cut v1.24.1 (#2076)48dd383Cut v1.24.0 (#2061)a725305Cut v1.24.0-rc.0 (#2058)77c584fbuild(deps): update all Go dependencies in all go.mod files (#2059)78262a7feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...34e9a7fMerge pull request #2055 from prombot/repo_sync43749bcUpdate common Prometheus filesde19217examples: improve simple main.go example (#1999)20355ebfix: correct typos in comments and test error messages (#2049)4cd2d3atest: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...