CI: test agains go 1.13 & go 1.16 #9

Merged
lunny merged 3 commits from ci-test-go-versions into master 2021-06-09 00:58:37 +00:00

View File

@ -1,9 +1,31 @@
---
kind: pipeline
name: go1-1-2
name: go1-13
platform:
os: linux
arch: arm64
steps:
- name: test
image: golang:1.12
image: golang:1.13
environment:
GOPROXY: https://goproxy.cn
commands:
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
---
kind: pipeline
name: go1-16
platform:
os: linux
arch: arm64
steps:
- name: test
image: golang:1.16
environment:
GOPROXY: https://goproxy.cn
commands: