We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a62258 commit c2607d3Copy full SHA for c2607d3
.github/workflows/lint.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout code
10
uses: actions/checkout@v4
11
- name: Lint
12
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
13
with:
14
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
15
version: latest
0 commit comments