Skip to content

Commit

Permalink
Bump golangci-lint to 1.23.7 (#1372)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Jones <nick@dischord.org>
  • Loading branch information
yankcrime committed Mar 2, 2020
1 parent 3b159d5 commit 2dd0f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-golangcilint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -o errexit
set -o nounset
set -o pipefail

GOLANGCILINT_VERSION=${GOLANGCILINT_VERSION:-v1.23.1}
GOLANGCILINT_VERSION=${GOLANGCILINT_VERSION:-v1.23.7}

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

0 comments on commit 2dd0f03

Please sign in to comment.