change go setup

This commit is contained in:
2024-10-31 22:34:41 +08:00
parent 28dae94ad8
commit 4ad4bc0f8e

View File

@@ -17,9 +17,8 @@ jobs:
uses: https://gitea.com/actions/setup-go@v3 uses: https://gitea.com/actions/setup-go@v3
with: with:
go-version: 1.21 go-version: 1.21
env: go-proxy: https://goproxy.cn,direct
GOPROXY: https://goproxy.cn,direct go-go111mode: on
GO111mode: on
- name: Build project - name: Build project
run: | run: |