Skip to content

Commit

Permalink
Use latest golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Sep 6, 2023
1 parent 301d422 commit a68d327
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -e

GIT_ROOT=$(git rev-parse --show-toplevel)
GOLANGCI_VER=1.54

pushd ${GIT_ROOT} > /dev/null

Expand All @@ -13,6 +12,6 @@ if [[ "$CI" == "" ]]; then
check_required_cmd "tmux"
fi

curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v${GOLANGCI_VER}
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest

popd > /dev/null

0 comments on commit a68d327

Please sign in to comment.