Skip to content

Commit 9684b20

Browse files
committed
fix: Golang CI version
1 parent 384c978 commit 9684b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: make staticcheck
9999

100100
- name: Run golangci-lint
101-
uses: golangci/golangci-lint-action@v7
101+
uses: golangci/golangci-lint-action@v6
102102
with:
103103
version: v1.64.8
104104
args: --timeout=5m

0 commit comments

Comments
 (0)