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 ab014e4 commit 72c6178Copy full SHA for 72c6178
.github/workflows/lint.yml
@@ -28,9 +28,9 @@ jobs:
28
cache: false
29
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v6
32
with:
33
- version: v1.60.0
+ version: v1.60.1
34
args: --timeout=3m --out-format=line-number --fast --max-issues-per-linter=0 --max-same-issues=0
35
skip-cache: false
36
skip-pkg-cache: false
@@ -45,4 +45,4 @@ jobs:
45
echo "Fix these issues"
46
gofmt -d .
47
exit 1
48
- fi
+ fi
main.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
var (
21
- version = "1.0.0"
+ version = "1.0.4"
22
programFlag string
23
autoYesFlag bool
24
daemonFlag bool
0 commit comments