Skip to content

Commit eececb5

Browse files
committed
wip: use latest proto image
1 parent ca0a41a commit eececb5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/images/protogen.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/cosmos/proto-builder:0.14.0
1+
FROM ghcr.io/cosmos/proto-builder:0.15.3
22

33
USER root
44

.github/workflows/nolus-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
191191
protoImageName=ghcr.io/nolus-protocol/nolus-core/protogen:$(protoVer)
192192
protoImage=docker run --rm -v $(CURDIR):/workspace --workdir /workspace --user root $(protoImageName)
193193

proto/scripts/protocgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go mod tidy
55

66
echo "Generating gogo proto code"
77
cd proto
8-
buf mod update
8+
buf dep update
99
buf generate
1010
cd ..
1111

0 commit comments

Comments
 (0)