8 lines
101 B
YAML
8 lines
101 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang:stretch
|
||
|
commands:
|
||
|
- go get -d -v
|
||
|
- go build -v
|
||
|
|