Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 29, 2021
1 parent 48eaf7d commit f925080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -eu
set -o pipefail

GOLANGCI_LINT_VERSION=v1.31.0
GOLANGCI_LINT_VERSION=v1.42.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" "$GOLANGCI_LINT_VERSION"

0 comments on commit f925080

Please sign in to comment.