Skip to content

Commit 1efd8b9

Browse files
committed
ci: remove GOPROXY environment variable due to go-yaml/yaml#887
Signed-off-by: Samuel Karp <[email protected]> (cherry picked from commit 396d2a7) Signed-off-by: Samuel Karp <[email protected]>
1 parent 9ff7280 commit 1efd8b9

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
@@ -383,15 +383,13 @@ jobs:
383383
- run: sudo -E PATH=$PATH script/setup/install-gotestsum
384384
- name: Tests
385385
env:
386-
GOPROXY: direct
387386
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-unit-root-junit.xml
388387
run: |
389388
make test
390389
sudo -E PATH=$PATH make root-test
391390
392391
- name: Integration 1
393392
env:
394-
GOPROXY: direct
395393
TEST_RUNTIME: ${{ matrix.runtime }}
396394
RUNC_FLAVOR: ${{ matrix.runc }}
397395
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-serial-junit.xml
@@ -405,7 +403,6 @@ jobs:
405403
# Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759
406404
- name: Integration 2
407405
env:
408-
GOPROXY: direct
409406
TEST_RUNTIME: ${{ matrix.runtime }}
410407
RUNC_FLAVOR: ${{ matrix.runc }}
411408
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-parallel-junit.xml
@@ -479,7 +476,6 @@ jobs:
479476
- run: sudo -E PATH=$PATH script/setup/install-gotestsum
480477
- name: Tests
481478
env:
482-
GOPROXY: direct
483479
GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml"
484480
run: make test
485481
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)