Skip to content

Commit

Permalink
Update to latest golang ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Mar 20, 2023
1 parent 0185917 commit 60e1365
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 @@ -19,7 +19,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.50.0
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 60e1365

Please sign in to comment.