Skip to content

Commit

Permalink
Remove Go 1.12 from Drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwin committed Dec 11, 2020
1 parent 533020d commit 99cb567
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ steps:
pull: always
commands:
- go build -race -v .

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

- name: test-1.13-alpine
image: golang:1.13-alpine
Expand Down

0 comments on commit 99cb567

Please sign in to comment.