From 16e2d7122a31c7aa529d4f91de801fb1d97bf641 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 28 Nov 2022 09:30:32 +0800 Subject: [PATCH] =?UTF-8?q?:octocat:=20=E4=B8=8D=E4=BD=BF=E7=94=A8=20gopro?= =?UTF-8?q?xy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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