@ -0,0 +1,24 @@
stages:
- build
- test
before_script:
- go get -d -t ./...
goBuild:
only:
- master
image: golang:1.11
stage: build
script:
- go build
goTest:
stage: test
- go test