7 lines
223 B
YAML
7 lines
223 B
YAML
|
image:
|
||
|
file: .gitpod.Dockerfile
|
||
|
|
||
|
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/44_config_start_tasks/
|
||
|
tasks:
|
||
|
- init: go get -d -v ./...
|
||
|
command: go build
|