Skip to content

Commit 9a405ae

Browse files
committed
Fixed go-ci lint
1 parent 8da1ed4 commit 9a405ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Setup Dependencies
2020
run: |
21-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin v1.52.2
21+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin
2222
golangci-lint --version
2323
go get golang.org/x/tools/cmd/cover
2424
go get -t -v ./...

0 commit comments

Comments
 (0)