Compare commits
1 Commits
c834d653c9
...
6b06d620a2
Author | SHA1 | Date | |
---|---|---|---|
6b06d620a2 |
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user