We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1ed4 commit 9a405aeCopy full SHA for 9a405ae
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Setup Dependencies
20
run: |
21
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin v1.52.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin
22
golangci-lint --version
23
go get golang.org/x/tools/cmd/cover
24
go get -t -v ./...
0 commit comments