- update
continuous-integration/drone/push Build is passing Details

master
李光春 2 years ago
parent 0b8ea64a23
commit 886ec7c10b

@ -13,5 +13,5 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: test_golang
- name: Test
run: go test -v ./...

@ -14,7 +14,7 @@ stages:
trigger: auto
steps:
- step: build@golang
name: test_golang
name: Test
displayName: Golang 测试
golangVersion: '1.8'
commands:

@ -3,7 +3,7 @@ type: docker
name: clone
steps:
- name: test_golang
- name: Test
image: golang:1.18
commands:
- go env -w GO111MODULE=on

Loading…
Cancel
Save