Skip to content

Commit

Permalink
update golangci-lint to 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adikul30 committed Sep 27, 2022
1 parent 26a4eca commit 017fd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/check-golangci-lint.sh
Expand Up @@ -53,8 +53,8 @@ shift $((OPTIND-1))

export GOOS=linux
if [ ! "${DO_DOCKER-}" ]; then
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.40.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.49.0
"$(go env GOPATH)"/bin/golangci-lint run -v --timeout=1200s
else
docker run --rm -v "$(pwd)":/app -w /app golangci/golangci-lint:v1.40.1 golangci-lint run -v --timeout=1200s
docker run --rm -v "$(pwd)":/app -w /app golangci/golangci-lint:v1.49.0 golangci-lint run -v --timeout=1200s
fi

0 comments on commit 017fd7e

Please sign in to comment.