We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 694519c + 3a91666 commit e6c0f39Copy full SHA for e6c0f39
1 file changed
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: golangci-lint
15
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3
16
with:
17
version: latest
18
# args: --issues-exit-code=0
0 commit comments