This commit is contained in:
2024-10-31 22:46:50 +08:00
parent 30f944ca35
commit 69958db82a

View File

@@ -17,10 +17,10 @@ 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-env: |
GOPROXY: https://goproxy.cn,direct GOPROXY: https://goproxy.cn,direct
GO111MODULES: on GO111MODULES: on
- name: Build project - name: Build project
run: | run: |
go build -v ./... go build -v ./...