Skip to content

Commit 1cb93e3

Browse files
committed
Update version script
1 parent 9f09c3d commit 1cb93e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
run: go mod tidy -e || true
4545

4646
- name: Lint Go files
47-
run: ./scripts/lint-go.sh check
47+
run: ./scripts/lint-go.sh ci
4848

4949
- name: Run tests
50-
run: ./scripts/lint-go.sh test
50+
run: ./scripts/lint-go.sh ci
5151

5252
- name: Build binary
5353
run: python3 .github/workflows/build.py

0 commit comments

Comments
 (0)