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 bd8f8ad commit 47210e4Copy full SHA for 47210e4
.github/workflows/go-lint.yaml
@@ -42,7 +42,7 @@ jobs:
42
go-version-file: ${{ matrix.folder }}/go.mod
43
cache-dependency-path: ${{ matrix.folder }}/go.sum
44
- name: golangci-lint
45
- uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
+ uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
46
with:
47
version: latest
48
working-directory: ${{ matrix.folder }}
0 commit comments