We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95697e commit 1176c40Copy full SHA for 1176c40
.github/workflows/golangci-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
go-version: ${{ matrix.go-version }}
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
35
36
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
37
version: v1.64
0 commit comments