We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5939e commit 057f4b7Copy full SHA for 057f4b7
.github/workflows/lint.yaml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Lint
18
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
19
with:
20
args:
21
--config=./.github/golangci.yaml
0 commit comments