Skip to content

Commit

Permalink
Update go version for drone build to 1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed Oct 17, 2019
1 parent 5cfb30b commit eb4c1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workspace:

pipeline:
test:
image: cjsaylor/go-alpine-sdk:1.10
image: cjsaylor/go-alpine-sdk:1.12
commands:
- GO111MODULE=on go get -u golang.org/x/tools/cmd/cover
- GO111MODULE=on go test -cover $(go list ./... | grep -v /vendor/)
- go get -u golang.org/x/tools/cmd/cover
- go test -cover $(go list ./... | grep -v /vendor/)

0 comments on commit eb4c1c3

Please sign in to comment.