From e0ed74c9f0ce57d311f066dcb1111a601d64d2b3 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 14 Jan 2025 11:14:32 -0800 Subject: [PATCH] bump go version in holodeck Signed-off-by: Tariq Ibrahim --- Dockerfile | 2 +- go.mod | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ee9cc61..4db2b8e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ## limitations under the License. ## -FROM golang:1.22-bookworm AS builder +FROM golang:1.23-bookworm AS builder WORKDIR /src COPY . . diff --git a/go.mod b/go.mod index b4c5d6e5..6a02ccda 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/NVIDIA/holodeck -go 1.22.3 +go 1.23.0 + toolchain go1.23.4 require (