File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ GOBIN_DIR=$(abspath ./bin )
23
23
PATH := $(GOBIN_DIR ) :$(TOOLS_GOBIN_DIR ) :$(PATH )
24
24
TMPDIR := $(shell mktemp -d)
25
25
26
- CODE_GENERATOR_VER := 2dc1248118a7f2337c6374ff5778c0880e1a4226
26
+ CODE_GENERATOR_VER := v2.0.0-alpha.1
27
27
CODE_GENERATOR_BIN := code-generator
28
28
CODE_GENERATOR := $(TOOLS_DIR ) /$(CODE_GENERATOR_BIN ) -$(CODE_GENERATOR_VER )
29
29
export CODE_GENERATOR # so hack scripts can use it
30
30
31
31
$(CODE_GENERATOR ) :
32
- GOBIN=$(TOOLS_GOBIN_DIR ) $(GO_INSTALL ) github.com/kcp-dev/code-generator $(CODE_GENERATOR_BIN ) $(CODE_GENERATOR_VER )
32
+ GOBIN=$(TOOLS_GOBIN_DIR ) $(GO_INSTALL ) github.com/kcp-dev/code-generator/v2 $(CODE_GENERATOR_BIN ) $(CODE_GENERATOR_VER )
33
33
34
34
OPENSHIFT_GOIMPORTS_VER := c72f1dc2e3aacfa00aece3391d938c9bc734e791
35
35
OPENSHIFT_GOIMPORTS_BIN := openshift-goimports
You can’t perform that action at this time.
0 commit comments