We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219b1d0 commit bce396bCopy full SHA for bce396b
Makefile
@@ -23,7 +23,7 @@ GOBIN_DIR=$(abspath ./bin )
23
PATH := $(GOBIN_DIR):$(TOOLS_GOBIN_DIR):$(PATH)
24
TMPDIR := $(shell mktemp -d)
25
26
-CODE_GENERATOR_VER := b529ed3306a300ec73ce50439a5fb1c6409982f4
+CODE_GENERATOR_VER := v2.2.0
27
CODE_GENERATOR_BIN := code-generator
28
CODE_GENERATOR := $(TOOLS_DIR)/$(CODE_GENERATOR_BIN)-$(CODE_GENERATOR_VER)
29
export CODE_GENERATOR # so hack scripts can use it
0 commit comments