From 724b7b60ff1b511b58079ad62bc394364236a289 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 16 May 2020 14:47:08 +0200 Subject: [PATCH] Bump Golang 1.13.11 full diff: https://github.com/golang/go/compare/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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c9fa9d..230b4ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.13.10 +ARG GO_VERSION=1.13.11 # OS-X SDK parameters # NOTE: when changing version here, make sure to also change OSX_CODENAME below to match