We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7819402 commit 01a2401Copy full SHA for 01a2401
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.24 AS builder
+FROM golang:1.23 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
ARG BUILD_VERSION=Unknown
go.mod
@@ -1,8 +1,6 @@
module github.com/project-codeflare/appwrapper
-go 1.24.0
-
-toolchain go1.24.1
+go 1.23.0
6
7
require (
8
github.com/distribution/reference v0.6.0
0 commit comments