Skip to content

Commit

Permalink
hack/golint: pin [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Aug 30, 2021
1 parent 150ab67 commit 670ee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-golint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -euo pipefail

if ! which golangci-lint > /dev/null; then
echo "Cannot find golangci-lint. Installing golangci-lint..."
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
GO111MODULE=on go get -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.41.1
fi

$GOPATH/bin/golangci-lint run --deadline=10m
Expand Down

0 comments on commit 670ee14

Please sign in to comment.