File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ jobs:
28
28
cache : false
29
29
30
30
- name : golangci-lint
31
- uses : golangci/golangci-lint-action@v8
31
+ uses : golangci/golangci-lint-action@v6
32
32
with :
33
- version : v1.60.0
33
+ version : v1.60.1
34
34
args : --timeout=3m --out-format=line-number --fast --max-issues-per-linter=0 --max-same-issues=0
35
35
skip-cache : false
36
- skip-pkg-cache : false
37
- skip-build-cache : false
38
36
only-new-issues : true
39
37
40
38
- name : Check formatting
45
43
echo "Fix these issues"
46
44
gofmt -d .
47
45
exit 1
48
- fi
46
+ fi
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
)
19
19
20
20
var (
21
- version = "1.0.0 "
21
+ version = "1.0.4 "
22
22
programFlag string
23
23
autoYesFlag bool
24
24
daemonFlag bool
You can’t perform that action at this time.
0 commit comments