diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 38f30840..8c41334e 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -266,7 +266,7 @@ WORKDIR /tmp # Golang (as per official instructions from https://go.dev/doc/install) # renovate: datasource=golang-version depName=golang -ARG GOLANG_VERSION="1.22.7" +ARG GOLANG_VERSION="1.23.0" ENV GOROOT="/usr/local/go" ENV PATH="$PATH:$GOROOT/bin" RUN --mount=type=tmpfs,target=/tmp \