Skip to content

Commit bd534cc

Browse files
committed
fix version string
1 parent eee335d commit bd534cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/go_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
with:
2626
go-version: ${{ matrix.go-version }}
2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v6.5.0
28+
uses: golangci/golangci-lint-action@v6.3.2
2929
with:
30-
version: 1.61.0
30+
version: v1.61.0
3131
- name: test
3232
run: make test_ci

0 commit comments

Comments
 (0)