From b1419809788c4ed0afab059b3bac82f53751d661 Mon Sep 17 00:00:00 2001 From: KIMURA Yu <33382781+kimurayu45z@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:49:00 +0800 Subject: [PATCH] Update .gitpod.Dockerfile --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 4f0961fd56..0a1588dbb3 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,7 +1,7 @@ FROM gitpod/workspace-full # Go -ENV GO_VERSION=1.23.0 +ENV GO_VERSION=1.23.4 ENV GOPATH=$HOME/go-packages ENV GOROOT=$HOME/go ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH