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 367ae9a commit cfa67edCopy full SHA for cfa67ed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.23.8 AS deps
+FROM --platform=$BUILDPLATFORM golang:1.24.6 AS deps
2
3
ARG TARGETOS TARGETARCH KCTRL_VER=development
4
WORKDIR /workspace
cli/go.mod
@@ -1,6 +1,6 @@
module carvel.dev/kapp-controller/cli
-go 1.23.8
+go 1.24.6
5
require (
6
carvel.dev/kapp-controller v0.57.0
go.mod
module carvel.dev/kapp-controller
carvel.dev/vendir v0.44.0
0 commit comments