Bump golangci-lint from v2.6.0 to v2.11.0 for Go 1.26 support
golangci-lint v2.6.0 was built with Go 1.25 and cannot lint code targeting Go 1.26.1. Go 1.26 support was added in golangci-lint v2.9.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1524ea21ae
commit
b18358b754
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
with:
|
||||
version: v2.6.0
|
||||
version: v2.11.0
|
||||
|
||||
# Verify that license generation succeeds for all release platforms (GOOS/GOARCH).
|
||||
# This catches issues like new dependencies with unrecognized licenses before release time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue