Skip to content

Commit

Permalink
User custom image of go on CI server.
Browse files Browse the repository at this point in the history
This image has some necessary tools for testing.
  • Loading branch information
cjsaylor committed Jul 28, 2018
1 parent a2b3ea0 commit e6cc07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -4,7 +4,7 @@ workspace:

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

0 comments on commit e6cc07e

Please sign in to comment.