diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18f61d7..7693710 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,8 @@ jobs: image: reg.vesoft-inc.com/ci/ubuntu:20.04-docker volumes: - /var/run/docker.sock:/var/run/docker.sock + env: + GOPROXY: ${{ vars.GOPROXY }} steps: - uses: webiny/action-post-run@2.0.1 with: