- 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 uses: actions/setup-go@v2
with: with:
go-version: 1.18 go-version: 1.18
- name: test_golang - name: Test
run: go test -v ./... run: go test -v ./...

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

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

Loading…
Cancel
Save