diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 4cfa925a..72e0e871 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.23.1" +ARG GOLANG_VERSION="1.23.2" ENV GOROOT="/usr/local/go" ENV PATH="$PATH:$GOROOT/bin" RUN --mount=type=tmpfs,target=/tmp \