Skip to content

Commit

Permalink
fix buf version to v1.28.1 and regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Jan 15, 2024
1 parent 6a1ccc0 commit 24732fc
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 75 deletions.
12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.28.1

## proto-gen-docker: Generate protobuf files. Requires docker.
proto-gen-docker:
proto-gen:
@echo "--> Generating Protobuf files"
$(DOCKER_BUF) generate
.PHONY: proto-gen-docker

## proto-gen: Generate protobuf files. Requires buf.
proto-gen:
@echo "--> Generating Protobuf files"
@buf generate
.PHONY: proto-gen

## proto-lint-docker: Lint protobuf files. Requires docker.
proto-lint-docker:
proto-lint:
@echo "--> Linting Protobuf files"
@$(DOCKER_BUF) lint
.PHONY: proto-lint
72 changes: 36 additions & 36 deletions merkle/proto/proof.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 29 additions & 30 deletions pkg/blob/blob.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24732fc

Please sign in to comment.