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 1ff79e7 commit feb09edCopy full SHA for feb09ed
.github/workflows/test.yml
@@ -12,15 +12,18 @@ jobs:
12
with:
13
# we depend on full git history for linters
14
fetch-depth: 0
15
+ - name: Setup Go
16
+ uses: actions/setup-go@v3
17
+ with:
18
+ go-version: '1.17'
19
- name: golangci-lint
- uses: golangci/golangci-lint-action@v2
20
+ uses: golangci/golangci-lint-action@v3
21
22
# Required: the version of golangci-lint is required and must be
23
# specified without patch version: we always use the latest patch
24
# version.
- version: v1.28
25
+ version: v1.29
26
args: --verbose --timeout=10m
- skip-go-installation: true
27
test:
28
strategy:
29
matrix:
0 commit comments