From d4bedada995dcff4f924775540c3bd467d2ba49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:53:23 +0000 Subject: [PATCH] Bump golang from 1.22 to 1.23 Bumps golang from 1.22 to 1.23. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4776170a8..4ea94a057a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen) ################################################################################################ -FROM golang:1.22 as builder +FROM golang:1.23 as builder ARG OS=linux ARG ARCH=amd64 diff --git a/Dockerfile.ci b/Dockerfile.ci index 73c1fc0712..734f13d84c 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -5,7 +5,7 @@ # # Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen) ################################################################################################ -FROM golang:1.22 as builder +FROM golang:1.23 as builder ARG OS=linux ARG ARCH=amd64