Skip to content

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Dec 8, 2025

This PR contains the following updates:

Package Type Update Change
github.com/colega/prometheus-client_golang (changelog) replace digest 11cda20 -> dac14aa

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Monday ( * 0-4 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot requested review from a team and stevesg as code owners December 8, 2025 01:28
@renovate-sh-app renovate-sh-app bot force-pushed the deps-update/main-github.com-colega-prometheus-client_golang-digest branch from f472fc5 to 2641da5 Compare December 9, 2025 10:43
_, err = buf.ReadFrom(resp.Body)
body = buf.Bytes()
done <- err
close(done)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Data race in httpClient.Do error variable assignment

The httpClient.Do function has a data race. The goroutine at line 140 assigns to the outer err variable (_, err = buf.ReadFrom(resp.Body)) while the main goroutine may concurrently read from or write to err at lines 148-155. This can cause unpredictable behavior, lost errors, or race detector failures in production.

Additional Locations (1)

Fix in Cursor Fix in Web

… to dac14aa

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the deps-update/main-github.com-colega-prometheus-client_golang-digest branch from 2641da5 to 8b50fd0 Compare December 9, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants