Skip to content

Commit 7152c20

Browse files
committed
chore(deps): bump golangci-lint to v2
Signed-off-by: Philippe Scorsolini <[email protected]>
1 parent f19b8bf commit 7152c20

File tree

2 files changed

+197
-189
lines changed

2 files changed

+197
-189
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.23.1'
18-
GOLANGCI_VERSION: 'v1.61.0'
17+
GO_VERSION: '1.24.3'
18+
GOLANGCI_VERSION: 'v2.1.6'
1919
DOCKER_BUILDX_VERSION: 'v0.24.0'
2020

2121
# These environment variables are important to the Crossplane CLI install.sh
@@ -49,7 +49,7 @@ jobs:
4949
run: go mod tidy && git diff --exit-code go.mod go.sum
5050

5151
- name: Lint
52-
uses: golangci/golangci-lint-action@v6
52+
uses: golangci/golangci-lint-action@v7
5353
with:
5454
version: ${{ env.GOLANGCI_VERSION }}
5555

0 commit comments

Comments
 (0)