This commit is contained in:
parent
eafa1e6641
commit
ec22bb31de
|
@ -11,7 +11,7 @@ steps:
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
- export GOPATH=/go
|
- export GOPATH=/go
|
||||||
- go get -d ./...
|
- go get -d -t ./...
|
||||||
- go build ./...
|
- go build ./...
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user