We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b35cb0 commit 12d7ff5Copy full SHA for 12d7ff5
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout Repository
30
uses: actions/checkout@v2
31
- name: Lint Code
32
- uses: golangci/[email protected].1
+ uses: golangci/[email protected].2
33
with:
34
version: 'v${{ env.GOLANGCI_VERSION }}'
35
args: --timeout ${{ env.GOLANGCI_TIMEOUT }} --issues-exit-code=0 ./client/...
0 commit comments