Skip to content

Commit d07834a

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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:
3333
version: v1.60.0
3434
args: --timeout=3m --out-format=line-number --fast --max-issues-per-linter=0 --max-same-issues=0
@@ -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)