From be2a6a86a172dcbf96e088ebe7d4a9f335e2e6bd Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:05:17 +0000 Subject: [PATCH] fix(lang-sdk): update golang (1.23.1 -> 1.23.2) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \