Skip to content

Conversation

@renovate-sh-app
Copy link

@renovate-sh-app renovate-sh-app bot commented Jan 12, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/consul/api v1.32.1v1.33.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - Between 11:00 AM and 11:59 AM, on day 21 of the month ( * 11 21 * * ) in timezone 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.

module github.com/prometheus/prometheus

go 1.24.9
go 1.25.3
Copy link

Choose a reason for hiding this comment

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

Undocumented Go version change creates workspace inconsistency

Medium Severity

This PR is supposed to only update consul/api to v1.33.0, but it also changes the Go version in go.mod from 1.24.9 to 1.25.3. This change is not mentioned in the PR title or description. More importantly, go.work and other module files in the workspace still specify go 1.24.9, creating a version inconsistency between the main module and the workspace configuration. This appears to be an unintentional side effect, possibly from running go mod tidy with a newer Go version.

Fix in Cursor Fix in Web

| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| go         | github.com/hashicorp/consul/api | v1.32.1 | v1.33.0 |


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/github.com-hashicorp-consul-api-1.x branch from edcd13c to d8d27de Compare January 13, 2026 01:47
@renovate-sh-app
Copy link
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.9 -> 1.25.3

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