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