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 cecdf56 commit 2f84c30Copy full SHA for 2f84c30
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 := v2.3.0
+CODE_GENERATOR_VER := XXX_TODO
27
CODE_GENERATOR_BIN := code-generator
28
CODE_GENERATOR := $(TOOLS_DIR)/$(CODE_GENERATOR_BIN)
29
export CODE_GENERATOR # so hack scripts can use it
0 commit comments