build(deps): Bump buf and buf-setup-action from 1.23.1 to 1.24.0 (#16995)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
6a0ab4fd16
commit
d0661d8bfb
2
.github/workflows/proto-registry.yml
vendored
2
.github/workflows/proto-registry.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: bufbuild/buf-setup-action@v1.23.1
|
||||
- uses: bufbuild/buf-setup-action@v1.24.0
|
||||
- uses: bufbuild/buf-push-action@v1
|
||||
with:
|
||||
input: "proto"
|
||||
|
||||
4
.github/workflows/proto.yml
vendored
4
.github/workflows/proto.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: bufbuild/buf-setup-action@v1.23.1
|
||||
- uses: bufbuild/buf-setup-action@v1.24.0
|
||||
- uses: bufbuild/buf-lint-action@v1
|
||||
with:
|
||||
input: "proto"
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: bufbuild/buf-setup-action@v1.23.1
|
||||
- uses: bufbuild/buf-setup-action@v1.24.0
|
||||
- uses: bufbuild/buf-breaking-action@v1
|
||||
with:
|
||||
input: "proto"
|
||||
|
||||
2
Makefile
2
Makefile
@ -396,7 +396,7 @@ lint-fix:
|
||||
### Protobuf ###
|
||||
###############################################################################
|
||||
|
||||
protoVer=0.13.3
|
||||
protoVer=0.13.4
|
||||
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
|
||||
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)
|
||||
|
||||
|
||||
@ -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.22.0 as BUILDER
|
||||
FROM bufbuild/buf:1.24.0 as BUILDER
|
||||
FROM golang:1.20-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
codegen:
|
||||
@echo "Generating proto files"
|
||||
@buf mod update
|
||||
@buf generate
|
||||
Loading…
Reference in New Issue
Block a user