From 155e8d7d780200c9d6e03322aeb8394a849dd144 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 11 Jan 2023 00:15:35 +0100 Subject: update to go1.19.5 go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. See the Go 1.19.5 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.19.5+label%3ACherryPickApproved full diff: https://github.com/golang/go/compare/go1.19.4...go1.19.5 Signed-off-by: Sebastiaan van Stijn --- Dockerfile.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.simple') diff --git a/Dockerfile.simple b/Dockerfile.simple index cfa893e39d..3fb1d315ca 100644 --- a/Dockerfile.simple +++ b/Dockerfile.simple @@ -5,7 +5,7 @@ # This represents the bare minimum required to build and test Docker. -ARG GO_VERSION=1.19.4 +ARG GO_VERSION=1.19.5 ARG BASE_DEBIAN_DISTRO="bullseye" ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}" -- cgit v1.2.1