Skip to content

Commit c256f51

Browse files
authored
Fix lint version name
1 parent f1eabb7 commit c256f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: golangci-lint
3333
uses: golangci/golangci-lint-action@v3
3434
with:
35-
version: 1.48.0
35+
version: v1.48
3636
skip-pkg-cache: true
3737
skip-build-cache: true
3838
- run: go run mage.go test

0 commit comments

Comments
 (0)