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 28bddea commit e2ef9e8Copy full SHA for e2ef9e8
.github/workflows/checks.yaml
@@ -12,7 +12,6 @@ defaults:
12
13
env:
14
GO_VERSION: "1.24.1"
15
- GOLANG_CI_VERSION: v1.64.7
16
17
jobs:
18
lint:
@@ -25,6 +24,4 @@ jobs:
25
24
cache: false
26
- uses: actions/checkout@v4
27
- name: lint
28
- uses: golangci/golangci-lint-action@v7
29
- with:
30
- version: ${{ env.GOLANG_CI_VERSION }}
+ uses: golangci/golangci-lint-action@v6
0 commit comments