doing a go get

This commit is contained in:
Matt Burchett 2019-07-18 09:01:34 -05:00
parent 600b64aede
commit 8c475a9b38

View File

@ -5,4 +5,5 @@ steps:
- name: Build Caddy Server - name: Build Caddy Server
image: golang image: golang
commands: commands:
- go get ./...
- go build -o caddy main.go - go build -o caddy main.go