Skip to content

Commit 7a536d3

Browse files
committed
fix: turn GOPROXY=off for e2e tests
1 parent 3f43e92 commit 7a536d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/go.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ endif
9191
env E2E_IMAGE_TAG="$$(gojq --raw-output '.version' $(REPO_ROOT)/dist/metadata.json)" \
9292
envsubst -no-unset -no-empty -i '$(E2E_CONF_FILE)' -o '$(E2E_CONF_FILE_ENVSUBST)'
9393
env AWS_B64ENCODED_CREDENTIALS="$$(clusterawsadm bootstrap credentials encode-as-profile 2>/dev/null)" \
94+
env GOPROXY=off \
9495
ginkgo run \
9596
--r \
9697
--show-node-events \

0 commit comments

Comments
 (0)