Skip to content

Commit

Permalink
fix: use proper versions of buf protoc plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Sep 22, 2022
1 parent 1f6dd5a commit 1ca5e1d
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 @@ -5,7 +5,7 @@ BINARY_NAME = okp4d
TARGET_FOLDER = target
DIST_FOLDER = $(TARGET_FOLDER)/dist
DOCKER_IMAGE_GOLANG_CI = golangci/golangci-lint:v1.49
DOCKER_IMAGE_BUF = okp4/buf-cosmos:1.4.2
DOCKER_IMAGE_BUF = okp4/buf-cosmos:0.3.1
CMD_ROOT :=./cmd/${BINARY_NAME}

# Some colors
Expand Down

0 comments on commit 1ca5e1d

Please sign in to comment.