From f107dd4a4fc20e9b80896441634d32857411760e Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Sun, 14 Apr 2024 10:54:01 -0700 Subject: [PATCH] [chore] use CNCF actuated goproxy (#32368) **Description:** Use a goproxy host provisioned for this project. **Related Issue:** Fixes #32330 --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fe1a0c72a01f..67f1ee6e5cf9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -8,6 +8,7 @@ on: pull_request: env: TEST_RESULTS: testbed/tests/results/junit/results.xml + GOPROXY: https://goproxy.cncf.actuated.dev,direct # Make sure to exit early if cache segment download times out after 2 minutes. # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2