with go env

This commit is contained in:
zhangchao
2024-10-31 20:41:10 +08:00
parent 1877c108f3
commit d39520aaed

View File

@@ -16,8 +16,9 @@ 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
go111mode: on go-env:
goproxy: https://goproxy.cn,direct go111mode: on
goproxy: https://goproxy.cn,direct
- name: Build project - name: Build project
run: | run: |