Skip to content

Commit

Permalink
Use latest version of golang ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Dec 29, 2023
1 parent 61cf34e commit 5e62077
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 @@ -17,7 +17,7 @@ jobs:

- name: Setup Dependencies
run: |
curl -sSfL https://github.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin v1.24.0
curl -sSfL https://github.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 5e62077

Please sign in to comment.