Skip to content

Commit

Permalink
Bump lint to v1.29.0
Browse files Browse the repository at this point in the history
test concurrency in tests
  • Loading branch information
ferhatelmas committed Jul 24, 2020
1 parent 11ef3e1 commit ae94037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gopath="$(go env GOPATH)"
if ! [[ -x "$gopath/bin/golangci-lint" ]]; then
echo >&2 'Installing golangci-lint'
curl --silent --fail --location \
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$gopath/bin" v1.28.1
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$gopath/bin" v1.29.0
fi

# configured by .golangci.yml
Expand Down

0 comments on commit ae94037

Please sign in to comment.