From 382364f55aa5f0dc3a094ac12874556a2248b536 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 14 Apr 2020 14:12:59 +0200 Subject: [PATCH] Bump Golang 1.13.10 go1.13.10 (released 2020/04/08) includes fixes to the go command, the runtime, os/exec, and time packages. See the Go 1.13.10 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.10+label%3ACherryPickApproved full diff: https://github.com/golang/go/compare/go1.13.9...go1.13.10 Signed-off-by: Sebastiaan van Stijn --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index f6227e2c50..7221e7703a 100644 --- a/common.mk +++ b/common.mk @@ -2,7 +2,7 @@ ARCH=$(shell uname -m) BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/') DEFAULT_PRODUCT_LICENSE:=Community Engine DOCKER_GITCOMMIT:=abcdefg -GO_VERSION:=1.13.9 +GO_VERSION:=1.13.10 PLATFORM=Docker Engine - Community SHELL:=/bin/bash VERSION?=0.0.0-dev