diff --git a/.drone.yml b/.drone.yml index 2ff1ca7..3cfd6c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: