Skip to content

Commit

Permalink
Bump 'golangci-lint' to v1.22.2 (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schlicht committed Jan 8, 2020
1 parent 52ecf33 commit 291de81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: git://github.com/golangci/golangci-lint
rev: v1.21.0
rev: v1.22.0
hooks:
- id: golangci-lint
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.21.0}
GOLANGCILINT_VERSION=${GOLANGCILINT_VERSION:-v1.22.0}

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 291de81

Please sign in to comment.