Skip to content

Commit 4c35fc6

Browse files
Bump golangci-lint to 1.31.0 (corneliusweig#102)
1 parent 2598764 commit 4c35fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/run_lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export GOPATH="$(go env GOPATH)"
2222
if ! [[ -x "$GOPATH/bin/golangci-lint" ]]
2323
then
2424
echo 'Installing golangci-lint'
25-
"${HACK}"/install_golangci-lint.sh -b "$GOPATH/bin" v1.30.0
25+
"${HACK}"/install_golangci-lint.sh -b "$GOPATH/bin" v1.31.0
2626
fi
2727

2828
"$GOPATH/bin/golangci-lint" run \

0 commit comments

Comments
 (0)