We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cece2de commit a2313c0Copy full SHA for a2313c0
.github/workflows/golangci-lint.yml
@@ -10,6 +10,6 @@ jobs:
10
- name: golangci-lint
11
uses: golangci/golangci-lint-action@v2
12
with:
13
- version: v1.41.1
+ version: v1.46.2
14
args: --issues-exit-code=1
15
only-new-issues: true
.github/workflows/release.yml
@@ -17,12 +17,12 @@ jobs:
17
name: Set up Go
18
uses: actions/setup-go@v2
19
20
- go-version: 1.16
+ go-version: 1.18
21
-
22
name: golangci-lint
23
24
25
26
27
28
name: Import GPG key
0 commit comments