diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0819ae84f..7653ea0d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,6 @@ jobs: working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/kernel env: GO111MODULE: on - GOPROXY: https://goproxy.io CGO_ENABLED: 1 GOOS: ${{ matrix.config.goos }} GOPATH: ${{ github.workspace }}/go @@ -186,7 +185,6 @@ jobs: working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/kernel env: GO111MODULE: on - GOPROXY: https://goproxy.io CGO_ENABLED: 1 GOOS: ${{ matrix.config.goos }} GOPATH: ${{ github.workspace }}/go