Skip to content

Commit bce396b

Browse files
committed
Use code-generator v2.2.0
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
1 parent 219b1d0 commit bce396b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GOBIN_DIR=$(abspath ./bin )
2323
PATH := $(GOBIN_DIR):$(TOOLS_GOBIN_DIR):$(PATH)
2424
TMPDIR := $(shell mktemp -d)
2525

26-
CODE_GENERATOR_VER := b529ed3306a300ec73ce50439a5fb1c6409982f4
26+
CODE_GENERATOR_VER := v2.2.0
2727
CODE_GENERATOR_BIN := code-generator
2828
CODE_GENERATOR := $(TOOLS_DIR)/$(CODE_GENERATOR_BIN)-$(CODE_GENERATOR_VER)
2929
export CODE_GENERATOR # so hack scripts can use it

0 commit comments

Comments
 (0)