Skip to content

Commit

Permalink
temporary: update proto-gen docker version to support go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 22, 2022
1 parent 6785591 commit 316469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test:
.PHONY: test

proto-gen:
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:latest sh ./scripts/protocgen.sh
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:v0.7 sh ./scripts/protocgen.sh

proto-lint:
@$(DOCKER_BUF) lint --error-format=json
Expand Down

0 comments on commit 316469f

Please sign in to comment.