We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ac35ec + 7290563 commit 9d36011Copy full SHA for 9d36011
.github/workflows/golangci-lint.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
go-version: ${{ matrix.go-version }}
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
32
33
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
34
# version: v1.29
0 commit comments