Skip to content

Commit

Permalink
Fix chmod path for script to install golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Aug 26, 2022
1 parent 8327871 commit 6524ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- run: curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
- run: curl -sfL -o ~/bin/install-golangci-lint.sh https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
- run: chmod +x ~/bin/gimme ~/bin/golangci-lint.sh
- run: chmod +x ~/bin/gimme ~/bin/install-golangci-lint.sh
- run: eval "$(gimme $GO_VERSION)"
- run: install-golangci-lint.sh -b ~/bin v1.41.1
- checkout
Expand Down

0 comments on commit 6524ce0

Please sign in to comment.