Skip to content

Commit ff9b650

Browse files
committed
fix: update binary version number, fix lint workflow
1 parent ab014e4 commit ff9b650

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ jobs:
2828
cache: false
2929

3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v8
31+
uses: golangci/golangci-lint-action@v6
3232
with:
33-
version: v1.60.0
33+
version: v1.60.1
3434
args: --timeout=3m --out-format=line-number --fast --max-issues-per-linter=0 --max-same-issues=0
3535
skip-cache: false
36-
skip-pkg-cache: false
37-
skip-build-cache: false
3836
only-new-issues: true
3937

4038
- name: Check formatting
@@ -45,4 +43,4 @@ jobs:
4543
echo "Fix these issues"
4644
gofmt -d .
4745
exit 1
48-
fi
46+
fi

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
var (
21-
version = "1.0.0"
21+
version = "1.0.4"
2222
programFlag string
2323
autoYesFlag bool
2424
daemonFlag bool

0 commit comments

Comments
 (0)