aaf
This commit is contained in:
@@ -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 ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user