Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.18.0 (#2853)
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com>
  • Loading branch information
corneliusweig authored and dgageot committed Sep 11, 2019
1 parent 770ccce commit d513d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

if ! [ -x "$(command -v golangci-lint)" ]; then
echo "Installing GolangCI-Lint"
${DIR}/install_golint.sh -b $GOPATH/bin v1.17.1
${DIR}/install_golint.sh -b $GOPATH/bin v1.18.0
fi

VERBOSE=""
Expand Down

0 comments on commit d513d60

Please sign in to comment.