Skip to content

Update golangci-lint for Go 1.25 compatibility#954

Closed
metalmatze wants to merge 1 commit intomasterfrom
metalmatze/update-golangci-lint
Closed

Update golangci-lint for Go 1.25 compatibility#954
metalmatze wants to merge 1 commit intomasterfrom
metalmatze/update-golangci-lint

Conversation

@metalmatze
Copy link
Member

Several dependabot PRs bump dependencies that require Go 1.25, which causes the lint CI to fail with:

can't load config: the Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25.0)

This PR updates the golangci-lint workflow to unblock those PRs:

  • Bump go-version from 1.24.x to 1.25.x
  • Update golangci-lint-action from v7.0.0 to v9.2.0
  • Update golangci-lint from v2.1.5 to v2.11.3

Blocked PRs: #849, #935, #928, #927, #926

Signed-off-by: Matthias Loibl metalmatze@users.noreply.github.com

Bump go-version from 1.24.x to 1.25.x and update golangci-lint-action
to v9.2.0 with golangci-lint v2.11.3 to support linting Go 1.25 code.
@metalmatze metalmatze mentioned this pull request Mar 12, 2026
@metalmatze metalmatze closed this Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant