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.
2 parents 6e4dcc5 + 511b06b commit 3bd1dd9Copy full SHA for 3bd1dd9
Makefile
@@ -9,7 +9,7 @@ IMG ?= $(REPO):$(TAG)
9
DOCKER_BUILDKIT := 1
10
GO111MODULE := off
11
KUBEBUILDER_ASSETS := $(CURDIR)/bin/deps
12
-PATH := $(CURDIR)/bin/deps:$(CURDIR)/bin/deps/go/bin:$(PATH)
+PATH := $(CURDIR)/bin/deps/go/bin:$(CURDIR)/bin/deps:$(PATH)
13
GOROOT := $(CURDIR)/bin/deps/go
14
GOVERSION := $(shell go version)
15
0 commit comments