From 10b6417f63828d44807c3ac28205a65215a77d8d Mon Sep 17 00:00:00 2001 From: Gaius Date: Mon, 27 Sep 2021 10:33:34 +0800 Subject: [PATCH] chore: e2e workflows remove goproxy (#677) Signed-off-by: Gaius --- .github/workflows/compatibility-e2e.yml | 1 - .github/workflows/e2e.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/compatibility-e2e.yml b/.github/workflows/compatibility-e2e.yml index dc411aec0..57edb9ce6 100644 --- a/.github/workflows/compatibility-e2e.yml +++ b/.github/workflows/compatibility-e2e.yml @@ -10,7 +10,6 @@ env: GO_VERSION: 1.15 KIND_VERSION: v0.11.1 CONTAINERD_VERSION: v1.5.2 - GOPROXY: https://goproxy.io,direct KIND_CONFIG_PATH: test/testdata/kind/config.yaml DRAGONFLY_STABLE_IMAGE_TAG: v2.0.0 DRAGONFLY_CHARTS_PATH: deploy/helm-charts/charts/dragonfly diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ea873b162..c215c5709 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -10,7 +10,6 @@ env: GO_VERSION: 1.15 KIND_VERSION: v0.11.1 CONTAINERD_VERSION: v1.5.2 - GOPROXY: https://goproxy.io,direct KIND_CONFIG_PATH: test/testdata/kind/config.yaml DRAGONFLY_CHARTS_PATH: deploy/helm-charts/charts/dragonfly DRAGONFLY_CHARTS_CONFIG_PATH: test/testdata/charts/config.yaml