Skip to content

Commit

Permalink
switch to install.sh from golangci-lint repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Oct 28, 2021
1 parent 9c815a0 commit d56c737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go install ./internal/cmd/asmvet

# Install golangci-lint
golangci_lint_version='v1.23.6'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}

# Install tools.
tools=(
Expand All @@ -23,4 +23,3 @@ tools=(
)

go install -modfile=script/tools.mod "${tools[@]}"

0 comments on commit d56c737

Please sign in to comment.