Update drone static builds
continuous-integration/drone/push Build was killed Details

This commit is contained in:
IamTheFij 2019-08-14 10:04:39 -07:00
parent c20e1a36b3
commit d1ece2e4e6
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: test
steps:
- name: build
image: golang:1.11
image: golang:1.12
commands:
- make build
@ -24,9 +24,8 @@ trigger:
steps:
- name: build
image: golang:1.11
image: golang:1.12
commands:
- go get -u github.com/golang/dep/cmd/dep
- make build-all-static
- name: push image - arm