From d870e95640a00fa8836f25a06d6ac78199a9082d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 17 Jul 2020 15:08:35 +0200 Subject: [PATCH] Bump Golang 1.13.14 full diff: https://github.com/golang/go/compare/go1.13.13...go1.13.14 go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.14+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1190f5e..4af095a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.13.13 +ARG GO_VERSION=1.13.14 # OS-X SDK parameters # NOTE: when changing version here, make sure to also change OSX_CODENAME below to match