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

Commit 76060cc

Browse files
committed
Bump Golang 1.13.15
full diff: golang/go@go1.13.14...go1.13.15 go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary package. See the Go 1.13.15 milestone on the issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.15+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 1e6aaf9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 17de16ed2f81dc13514b0923b24392851211606c Component: packaging
1 parent 0850d19 commit 76060cc

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

0 commit comments

Comments
 (0)