Skip to content

Commit 72c6178

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ 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
3636
skip-pkg-cache: false
@@ -45,4 +45,4 @@ jobs:
4545
echo "Fix these issues"
4646
gofmt -d .
4747
exit 1
48-
fi
48+
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)