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