Skip to content

Commit

Permalink
Update golang ci versioN
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jul 25, 2023
1 parent 5f05f17 commit 4219a4e
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://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin v1.24.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 4219a4e

Please sign in to comment.