Skip to content

Commit 01a2401

Browse files
authored
Drop golang level to 1.23 to match codeflare-operator (#336)
1 parent 7819402 commit 01a2401

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24 AS builder
2+
FROM golang:1.23 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55
ARG BUILD_VERSION=Unknown

Diff for: go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/project-codeflare/appwrapper
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.23.0
64

75
require (
86
github.com/distribution/reference v0.6.0

0 commit comments

Comments
 (0)