We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2164ad8 commit 5071b7bCopy full SHA for 5071b7b
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
path: ~/go/pkg/mod
18
key: ${{ runner.os }}-go${{ matrix.go-version }}-${{ hashFiles('**/go.mod') }}-${{ hashFiles('**/go.sum') }}
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
21
with:
22
version: latest
23
args: "--config .golintci.yaml"
0 commit comments