Skip to content

Commit a3ee42f

Browse files
committed
hack: add default GOPROXY in Makefile
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <[email protected]>
1 parent 67ee9ed commit a3ee42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/make-project-vars.mk

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ ENVTEST_ASSETS_DIR := $(PROJECT_DIR)/testbin
55
GOBIN ?= $(BIN_DIR)
66
GOOS ?= linux
77
GOARCH ?= amd64
8+
GOPROXY ?= https://proxy.golang.org/

0 commit comments

Comments
 (0)