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 092aab7 commit 294d413Copy full SHA for 294d413
.github/workflows/lint.yaml
@@ -16,11 +16,13 @@ jobs:
16
name: lint
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v2
20
- - name: golangci-lint
21
- uses: golangci/golangci-lint-action@v2
+ - uses: actions/setup-go@v3
+ with:
+ go-version: 1.18
22
+ - uses: actions/checkout@v3
23
+ - name: Run golangci-lint
24
+ uses: golangci/[email protected]
25
with:
- version: v1.29
26
args:
27
-v
28
--config=.golangci.yml
0 commit comments