doing a go get

This commit is contained in:
Matt Burchett 2019-07-18 09:02:49 -05:00
parent 8c475a9b38
commit 91de773297

View File

@ -1,9 +1,10 @@
kind: pipeline
name: default
name: CaddyBuild
steps:
- name: Build Caddy Server
image: golang
commands:
- ls
- go get ./...
- go build -o caddy main.go