We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcb1a5 commit 89b778dCopy full SHA for 89b778d
.github/workflows/golangci-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: golangci-lint
11
uses: golangci/golangci-lint-action@v2
12
with:
13
- version: v1.45.2
+ version: v1.48.0
14
args: --issues-exit-code=1
15
only-new-issues: true
16
skip-pkg-cache: true
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
name: golangci-lint
23
24
25
26
27
28
skip-build-cache: true
0 commit comments