Skip to content

Commit

Permalink
Update Drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwin committed Dec 11, 2020
1 parent f6eaa6d commit dfeca14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@ steps:
image: golang:1.12-alpine
commands:
- apk add --update bash build-base
- go mod download
- go get -u
- scripts/go_coverage.sh

- name: test-1.13-alpine
image: golang:1.13-alpine
commands:
- apk add --update bash build-base
- go mod download
- go get -u
- scripts/go_coverage.sh

- name: test-1.14-alpine
image: golang:1.14-alpine
commands:
- apk add --update bash build-base
- go mod download
- go get -u
- scripts/go_coverage.sh

- name: test-1.15-alpine
image: golang:1.15-alpine
commands:
- apk add --update bash build-base
- go mod download
- go get -u
- scripts/go_coverage.sh

- name: test-alpine_latest
Expand All @@ -48,7 +48,7 @@ steps:
path: /tmp/cache
commands:
- apk add --update bash build-base
- go mod download
- go get -u
- go test -coverprofile=/tmp/cache/coverage.txt -covermode=atomic ./...

- name: coverage
Expand Down

0 comments on commit dfeca14

Please sign in to comment.