This commit is contained in:
2024-10-31 22:46:15 +08:00
parent d3e52bb91c
commit 30f944ca35

View File

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