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

Commit c6012e4

Browse files
committed
Update Golang 1.13.13
Bump Golang 1.13.13 -------------------------- full diff: golang/go@go1.13.12...go1.13.13 go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and net/http packages. See the Go 1.13.13 milestone on the issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.13+label%3ACherryPickApproved Bump Golang 1.13.12 -------------------------- full diff: golang/go@go1.13.11...go1.13.12 go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types and math/big packages. See the Go 1.13.12 milestone on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.12 Bump Golang 1.13.11 -------------------------- full diff: golang/go@go1.13.10...go1.13.11 go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go 1.13.11 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.11+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit c3cbb60) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 220db9d8b6fa546377fc08b90970c35a4a63e0e4 Component: packaging
1 parent e8a5b96 commit c6012e4

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

0 commit comments

Comments
 (0)