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 0e1254b commit e457c0aCopy full SHA for e457c0a
.github/workflows/golangci-lint.yml
@@ -9,13 +9,6 @@ on:
9
- ".github/workflows/golangci-lint.yml"
10
- ".golangci.yml"
11
pull_request:
12
- paths:
13
- - "go.sum"
14
- - "go.mod"
15
- - "**.go"
16
- - "scripts/errcheck_excludes.txt"
17
- - ".github/workflows/golangci-lint.yml"
18
- - ".golangci.yml"
19
20
jobs:
21
golangci:
@@ -24,8 +17,11 @@ jobs:
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v3
27
-
+ - name: install Go
+ uses: actions/setup-go@v2
22
+ with:
23
+ go-version: 1.17.x
28
- name: Lint
29
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3.1.0
30
with:
31
version: v1.44.2
0 commit comments