We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adb6d0 commit 7c0f80cCopy full SHA for 7c0f80c
README.md
@@ -112,7 +112,7 @@ jobs:
112
go-version: ${{ matrix.go }}
113
cache: false
114
- name: golangci-lint
115
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
116
with:
117
# Require: The version of golangci-lint to use.
118
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
0 commit comments