From 0441259338b26b3cf65e715556c17556405ea3b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:29:10 +0000 Subject: [PATCH] chore(deps): bump golang from 1.22.4 to 1.23rc1 Bumps golang from 1.22.4 to 1.23rc1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- debug.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83f662234..9059b750a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Builder # ------------------------------------------------------------------------------ -FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.23rc1 as builder WORKDIR /workspace ARG GOPATH diff --git a/debug.Dockerfile b/debug.Dockerfile index 5d7eb1bd7..7569ddb3c 100644 --- a/debug.Dockerfile +++ b/debug.Dockerfile @@ -2,7 +2,7 @@ # Debug image # ------------------------------------------------------------------------------ -FROM --platform=$BUILDPLATFORM golang:1.22.4 as debug +FROM --platform=$BUILDPLATFORM golang:1.23rc1 as debug ARG GOPATH ARG GOCACHE