From da60ac394ae6b3727c3046a9e5db55a17202bd41 Mon Sep 17 00:00:00 2001 From: Seth Ammons Date: Mon, 2 Dec 2024 09:04:02 -0500 Subject: [PATCH] bump go version per go mod --- Dockerfile.helloworld-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.helloworld-build b/Dockerfile.helloworld-build index 0294a10..a1d0998 100644 --- a/Dockerfile.helloworld-build +++ b/Dockerfile.helloworld-build @@ -1,5 +1,5 @@ # not pulling latest because there was a glibc issue when running the generated binary on DO -FROM golang:1.21-bullseye +FROM golang:1.23-bullseye WORKDIR /go/src/helloworld