Skip to content

Commit

Permalink
install to gopath golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed May 14, 2024
1 parent 01b1d55 commit a37a6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GO_TEST_SUM_VERSION=1.10.0
curl -fSsOL https://github.com/gotestyourself/gotestsum/releases/download/v${GO_TEST_SUM_VERSION}/gotestsum_${GO_TEST_SUM_VERSION}_linux_amd64.tar.gz
tar xvzf gotestsum_${GO_TEST_SUM_VERSION}_linux_amd64.tar.gz -C /usr/local/bin
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
- name: Install Task
uses: arduino/setup-task@v1
Expand Down

0 comments on commit a37a6de

Please sign in to comment.