From 65bcd1edb2c1047dd1c3f82d173cb93e28857460 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 20 Mar 2025 14:58:12 -0400 Subject: [PATCH] Drop golang level to 1.23 to match codeflare-operator --- Dockerfile | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b42b8a..87f3aed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.24 AS builder +FROM golang:1.23 AS builder ARG TARGETOS ARG TARGETARCH ARG BUILD_VERSION=Unknown diff --git a/go.mod b/go.mod index 6616bec..178a803 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/project-codeflare/appwrapper -go 1.24.0 - -toolchain go1.24.1 +go 1.23.0 require ( github.com/distribution/reference v0.6.0