Compare commits

..

1 Commits

Author SHA1 Message Date
6b06d620a2
switch to debian:buster slim and install make
Some checks failed
continuous-integration/drone/push Build is failing
2020-11-28 16:43:13 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ BASEIMAGE ?= scratch # gcr.io/distroless/static
TAG := $(VERSION)__$(OS)_$(ARCH)
BUILD_IMAGE ?= golang:1.14-alpine
BUILD_IMAGE ?= golang:1.15.5-alpine
BIN_EXTENSION :=
ifeq ($(OS), windows)

View File

@ -35,7 +35,7 @@ export CGO_ENABLED=0
export GOARCH="${ARCH}"
export GOOS="${OS}"
export GO111MODULE=on
export GOFLAGS="-mod=vendor"
export GOFLAGS="-mod=mod"
go install \
-installsuffix "static" \