Skip to content

Commit 396d2a7

Browse files
committed
ci: remove GOPROXY environment variable due to go-yaml/yaml#887
Signed-off-by: Samuel Karp <[email protected]>
1 parent 6699403 commit 396d2a7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,15 +439,13 @@ jobs:
439439
- run: script/setup/install-gotestsum
440440
- name: Tests
441441
env:
442-
GOPROXY: direct
443442
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-unit-root-junit.xml
444443
run: |
445444
make test
446445
sudo -E PATH=$PATH make root-test
447446
448447
- name: Integration 1
449448
env:
450-
GOPROXY: direct
451449
TEST_RUNTIME: ${{ matrix.runtime }}
452450
RUNC_FLAVOR: ${{ matrix.runc }}
453451
ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }}
@@ -462,7 +460,6 @@ jobs:
462460
# Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759
463461
- name: Integration 2
464462
env:
465-
GOPROXY: direct
466463
TEST_RUNTIME: ${{ matrix.runtime }}
467464
RUNC_FLAVOR: ${{ matrix.runc }}
468465
ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }}
@@ -539,7 +536,6 @@ jobs:
539536
- run: script/setup/install-gotestsum
540537
- name: Tests
541538
env:
542-
GOPROXY: direct
543539
GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml"
544540
run: make test
545541
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)