We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19b8bf commit 7152c20Copy full SHA for 7152c20
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.23.1'
18
- GOLANGCI_VERSION: 'v1.61.0'
+ GO_VERSION: '1.24.3'
+ GOLANGCI_VERSION: 'v2.1.6'
19
DOCKER_BUILDX_VERSION: 'v0.24.0'
20
21
# These environment variables are important to the Crossplane CLI install.sh
@@ -49,7 +49,7 @@ jobs:
49
run: go mod tidy && git diff --exit-code go.mod go.sum
50
51
- name: Lint
52
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
53
with:
54
version: ${{ env.GOLANGCI_VERSION }}
55
0 commit comments