Change golang commands
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:35:34 +01:00
parent ba973601a1
commit eafa1e6641

View File

@ -10,8 +10,9 @@ steps:
- name: testing - name: testing
image: golang:1.12 image: golang:1.12
commands: commands:
- go get -u ./... - export GOPATH=/go
- go build -u ./... - go get -d ./...
- go build ./...
- go test ./... - go test ./...
- name: publish - name: publish