File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/cosmos/proto-builder:0.14.0
1+ FROM ghcr.io/cosmos/proto-builder:0.15.3
22
33USER root
44
Original file line number Diff line number Diff line change 2020 BUILDER_IMAGE_TAG : " 1.23.1"
2121 BUILDER_IMAGE_NAME : " builder"
2222 BUILDER_DOCKERFILE : " .github/images/builder.Dockerfile"
23- PROTOGEN_IMAGE_TAG : " 0.2.0 "
23+ PROTOGEN_IMAGE_TAG : " 0.2.2 "
2424 PROTOGEN_IMAGE_NAME : " protogen"
2525 PROTOGEN_DOCKERFILE : " .github/images/protogen.Dockerfile"
2626
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ test-unit-coverage-report: ## Generate global code coverage report in HTML
187187# ##############################################################################
188188# ## Proto ###
189189# ##############################################################################
190- protoVer =0.2.0
190+ protoVer =0.2.2
191191protoImageName =ghcr.io/nolus-protocol/nolus-core/protogen:$(protoVer )
192192protoImage =docker run --rm -v $(CURDIR ) :/workspace --workdir /workspace --user root $(protoImageName )
193193
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go mod tidy
55
66echo " Generating gogo proto code"
77cd proto
8- buf mod update
8+ buf dep update
99buf generate
1010cd ..
1111
You can’t perform that action at this time.
0 commit comments