add go mod and proxy

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

View File

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