chore: Bump Buf from 1.16.0 to 1.17.0 (#24220)

Bump Buf to the latest version.

* https://github.com/bufbuild/buf/releases/tag/v1.17.0
This commit is contained in:
Alan Parra 2023-04-10 15:35:12 -03:00 committed by GitHub
parent 6919a226df
commit 8c91e33967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,7 +288,7 @@ RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
# Install Buf.
RUN BIN="/usr/local/bin" && \
VERSION="1.16.0" && \
VERSION="1.17.0" && \
curl -fsSL \
"https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-$(uname -s)-$(uname -m)" \
-o "${BIN}/buf" && \