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

Commit 8d38105

Browse files
committed
Update Golang 1.12.15
Update Golang 1.12.15 ------------------------------- full diff: golang/go@go1.12.14...go1.12.15 go1.12.15 (released 2020/01/09) includes fixes to the runtime and the net/http package. See the Go 1.12.15 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.15+label%3ACherryPickApproved Update Golang 1.12.14 ------------------------------- go1.12.14 (released 2019/12/04) includes a fix to the runtime. See the Go 1.12.14 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.14+label%3ACherryPickApproved Update Golang 1.12.13 ------------------------------- go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina where the non-notarized installer and binaries were being rejected by Gatekeeper. Only macOS users who hit this issue need to update. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit d553c9e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 48d2af17d996d1a6542f20a9b59502aea472aaa8 Component: packaging
1 parent 86c5143 commit 8d38105

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.12
5+
GO_VERSION:=1.12.15
66
PLATFORM=Docker Engine - Community
77
SHELL:=/bin/bash
88
VERSION?=0.0.0-dev

0 commit comments

Comments
 (0)