lint: Upgrade buf to 0.36.0, latest so far

This commit is contained in:
Mahmood Ali
2021-01-31 20:09:15 -05:00
parent d0f96f31a4
commit 8a53fdf06d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
set -o errexit
# Make sure you grab the latest version
VERSION=0.30.1
VERSION=0.36.0
DOWNLOAD=https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-Linux-x86_64
function install() {