chore(deps): update actions/setup-go action to v6.5.0#281
Open
renovate-sh-app[bot] wants to merge 1 commit into
Open
chore(deps): update actions/setup-go action to v6.5.0#281renovate-sh-app[bot] wants to merge 1 commit into
renovate-sh-app[bot] wants to merge 1 commit into
Conversation
Jguer
previously approved these changes
Jun 11, 2026
Jguer
added a commit
that referenced
this pull request
Jun 22, 2026
## Summary Consolidates multiple renovate dependency PRs into a single update that passes CI. ### Problem Individual renovate PRs (#297, #295, #290, #289, #287, #285, #284, #283, #282, #281) were failing CI because: - Dependencies required `go 1.25.0` but `go.work` was still at `go 1.24.0` - CI workflow was using Go 1.24.x and older tool versions ### Changes **Dependency updates:** - `golang.org/x/sync`: v0.19.0 → v0.21.0 - `golang.org/x/net`: v0.48.0 → v0.55.0 - `golang.org/x/sys`: v0.39.0 → v0.45.0 - `golang.org/x/text`: v0.34.0 → v0.37.0 - `google.golang.org/grpc`: v1.79.3 → v1.81.1 - `github.com/grpc-ecosystem/grpc-gateway/v2`: v2.27.8 → v2.29.0 - `go.opentelemetry.io/otel`: v1.41.0 → v1.44.0 - `go.opentelemetry.io/otel/trace`: v1.41.0 → v1.44.0 - `go.opentelemetry.io/otel/metric`: v1.41.0 → v1.44.0 - `google.golang.org/genproto/googleapis/api`: updated to v0.0.0-20260414002931-afd174a4e478 - `google.golang.org/genproto/googleapis/rpc`: updated to v0.0.0-20260414002931-afd174a4e478 **Go version fixes:** - `go.mod`: bump to go 1.25.0 - `go.work`: update to go 1.25.0 (fixes version mismatch error) - `types/go.mod`: update toolchain to go1.25.11 **CI workflow fixes:** - Update go-version from 1.24.x to 1.25.x - Update golangci-lint from v2.6.2 to v2.12.2 - Update actions/setup-go from v6.2.0 to v6.4.0 ### Supersedes - #297, #295, #290, #289, #287, #285, #284, #283, #282, #281 ### Verification - ✅ `go build ./...` passes - ✅ `go test ./...` passes (authn, authz packages)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v6.4.0 | v6.5.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
408636f to
68f46a7
Compare
68f46a7 to
408636f
Compare
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.
This PR contains the following updates:
v6.4.0→v6.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/setup-go (actions/setup-go)
v6.5.0Compare Source
What's Changed
Dependency update
New Contributors
Full Changelog: actions/setup-go@v6...v6.5.0
Configuration
📅 Schedule: (UTC)
🚦 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.
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.