Skip to content

Commit 8141ee7

Browse files
committed
static: use same Go version as other builds
Use the version that's defined/set in common.mk Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b1b4e5a commit 8141ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ENGINE_DIR=$(realpath $(CURDIR)/../src/github.com/docker/docker)
55
GEN_STATIC_VER=$(shell ./gen-static-ver $(CLI_DIR) $(VERSION))
66
HASH_CMD=docker run -v $(CURDIR):/sum -w /sum debian:jessie bash hash_files
77
DIR_TO_HASH:=build/linux
8-
GO_VERSION=$(shell grep "ARG GO_VERSION" $(CLI_DIR)/dockerfiles/Dockerfile.dev | awk -F'=' '{print $$2}')
98
DOCKER_CLI_GOLANG_IMG=golang:$(GO_VERSION)
109

1110
.PHONY: help

0 commit comments

Comments
 (0)