We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f938d commit ee8335cCopy full SHA for ee8335c
.github/workflows/golangci-lint.yml
@@ -32,7 +32,7 @@ jobs:
32
# go-version: 1.17
33
- uses: actions/checkout@v4
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
36
# with:
37
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
38
# version: v3.0
0 commit comments