We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c0431 commit 32bbaccCopy full SHA for 32bbacc
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
go-version: 1.19
13
- uses: actions/checkout@v4
14
- name: golangci-lint
15
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
16
with:
17
version: v1.48.0
18
args: --issues-exit-code=1
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
-
26
name: golangci-lint
27
28
29
30
0 commit comments