change env

This commit is contained in:
zhangchao
2024-10-31 20:46:09 +08:00
parent d39520aaed
commit 3aa6e801a5

View File

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