Copy from example
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2019-03-12 21:54:31 +01:00
parent 77c31209c6
commit 6b8235c36b

View File

@ -1,9 +1,12 @@
workspace:
base: /go
path: src/p83.nl/go/track-me
pipeline:
backend:
image: golang:1.11
build:
image: golang:1.12
commands:
- go get
- go build
- go get ./...
- go test
- go build