From 4ad4bc0f8ef9901defe439fd766e6b382de7387d Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 31 Oct 2024 22:34:41 +0800 Subject: [PATCH] change go setup --- .gitea/workflows/go.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index c64e4b0..169714b 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -17,9 +17,8 @@ jobs: uses: https://gitea.com/actions/setup-go@v3 with: go-version: 1.21 - env: - GOPROXY: https://goproxy.cn,direct - GO111mode: on + go-proxy: https://goproxy.cn,direct + go-go111mode: on - name: Build project run: |