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 d07834aCopy full SHA for d07834a
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ 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
34
args: --timeout=3m --out-format=line-number --fast --max-issues-per-linter=0 --max-same-issues=0
@@ -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