Skip to content

Commit

Permalink
Fixed go-ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Mar 4, 2024
1 parent 8da1ed4 commit 9a405ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Setup Dependencies
run: |
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
golangci-lint --version
go get golang.org/x/tools/cmd/cover
go get -t -v ./...
Expand Down

0 comments on commit 9a405ae

Please sign in to comment.