We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303a010 commit 5a10ba6Copy full SHA for 5a10ba6
.github/workflows/continuous-integration.yaml
@@ -23,7 +23,7 @@ jobs:
23
cache-dependency-path: go.sum
24
25
- name: Lint
26
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
27
with:
28
args: --config=./.github/golangci.yaml
29
skip-cache: true
0 commit comments