Update to use goc docker image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2021-12-19 22:49:12 -05:00
parent 48e8679951
commit f898b2fdb8
1 changed files with 1 additions and 3 deletions

View File

@ -3,14 +3,12 @@ name: default
steps:
- name: build
image: golang:latest
image: tystuyfzand/goc:latest
group: build
volumes:
- name: build
path: /build
commands:
- wget -O /usr/bin/goc https://github.com/tystuyfzand/goc/releases/download/v0.0.1/goc_linux_amd64
- chmod +x /usr/bin/goc
- mkdir -p /build
- go mod download
- GOOS=linux,windows,darwin GOARCH=386,amd64,arm,arm64 goc -o /build/gogrok