build(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (#15708)

This commit is contained in:
dependabot[bot]
2023-04-06 07:58:52 +00:00
committed by GitHub
parent 3f3beb319e
commit b6bc636b4d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# docker build --pull --rm -f "contrib/devtools/Dockerfile" -t cosmossdk-proto:latest "contrib/devtools"
# docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh
FROM bufbuild/buf:1.16.0 as BUILDER
FROM bufbuild/buf:1.17.0 as BUILDER
FROM golang:1.20-alpine
RUN apk add --no-cache \