Skip to content

Commit

Permalink
Bump golang build to v1.16.5 (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 28, 2021
1 parent 4e415ec commit 90e977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -69,7 +69,7 @@ BUILD_OS = $(shell go env GOHOSTOS)
BUILD_ARCH = $(shell go env GOHOSTARCH)
VERSION_LDFLAGS=$(foreach v,$(VERSION_VARIABLES),-X '$(PKG)/pkg/version.$(v)=$($(v))')
LDFLAGS=-extldflags -static $(VERSION_LDFLAGS)
BUILD_IMAGE ?= drud/golang-build-container:v1.16.0
BUILD_IMAGE ?= drud/golang-build-container:v1.16.5
DOCKERBUILDCMD=docker run -t --rm -u $(shell id -u):$(shell id -g) \
-v "/$(PWD)://workdir$(DOCKERMOUNTFLAG)" \
-e GOPATH="//workdir/$(GOTMP)" \
Expand Down

0 comments on commit 90e977d

Please sign in to comment.