From 58a1ce7f1218c5884ef3d273678e252a3f75c99b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 8 Aug 2020 15:00:22 +0200 Subject: [PATCH] Bump Golang 1.13.15 full diff: https://github.com/golang/go/compare/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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4af095a..8db2378 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.13.14 +ARG GO_VERSION=1.13.15 # OS-X SDK parameters # NOTE: when changing version here, make sure to also change OSX_CODENAME below to match