Skip to content

Commit

Permalink
updated golangci version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan SVIHLA committed Nov 15, 2021
1 parent dec4028 commit 12a4732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi

if ! command -v golangci-lint &> /dev/null
then
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.36.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
else
echo "golangci-lint installed skipping"
fi

0 comments on commit 12a4732

Please sign in to comment.