We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd22885 commit 5bf53e0Copy full SHA for 5bf53e0
.github/workflows/golangci-lint.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
- name: golangci-lint
12
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
13
with:
14
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
15
version: latest
0 commit comments