Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 2f76c46

Browse files
committed
Update Golang 1.12.17
full diff: golang/go@go1.12.16...go1.12.17 go1.12.17 (released 2020/02/12) includes a fix to the runtime. See the Go 1.12.17 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.17+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 06207cb) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 54739d6135ca4b1e7077787d3400fa656d5c0307 Component: packaging
1 parent 4e8f5d9 commit 2f76c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/packaging/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARCH=$(shell uname -m)
22
BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/')
33
DEFAULT_PRODUCT_LICENSE:=Community Engine
44
DOCKER_GITCOMMIT:=abcdefg
5-
GO_VERSION:=1.12.16
5+
GO_VERSION:=1.12.17
66
PLATFORM=Docker Engine - Community
77
SHELL:=/bin/bash
88
VERSION?=0.0.0-dev

0 commit comments

Comments
 (0)