From b2e254aac66d906540f080cbf465c0aa43189ded Mon Sep 17 00:00:00 2001 From: Seth Ammons Date: Mon, 2 Dec 2024 09:06:17 -0500 Subject: [PATCH] and bump go --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index ebbc472..335f466 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,4 +1,4 @@ -FROM golang:1.21-bullseye +FROM golang:1.23-bullseye # NOTE: this must contain 'helloworld' to match the value in getRootDir() otherwise we can't fetch templates and stuff WORKDIR /go/src/helloworld