Open
Conversation
deiga
commented
Jan 11, 2026
- deps: Bump golang.org/x/tools from v0.30.0 to v0.40.0
- fix(R006): Update test expectation for improved type tracking
- deps: Bump Go from 1.22.0 to 1.25.5
- build: Update Dockerfile to golang:1.25-bookworm
- build(deps): Bump GitHub Actions versions
With golang.org/x/tools v0.40.0, the analyzer correctly identifies aliased function variables (methodexpression.RetryableError) as equivalent to their source (resource.RetryableError) through improved type tracking. Remove the false positive expectation.
Update Go version in main module and all testdata modules.
Update to latest versions with SHA pinning: - actions/checkout v4.1.7 → v5.0.1 - actions/setup-go v5.0.2 → v6.1.0 - goreleaser/goreleaser-action v6.0.0 → v6.4.0 - docker/login-action v3.3.0 → v3.6.0 - crazy-max/ghaction-import-gpg v6.1.0 → v6.3.0 Note: setup-go v6 and checkout v5 require runner v2.327.1+ (GitHub-hosted runners meet this requirement)
8196843 to
6d7e96e
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.