File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build the webhook binary
2- FROM --platform=$BUILDPLATFORM golang:1.26.2 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.26.4 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11module github.com/sap/image-mapper
22
3- go 1.26.2
3+ go 1.26.4
44
55require (
66 github.com/go-logr/logr v1.4.3
77 github.com/onsi/ginkgo/v2 v2.31.0
88 github.com/onsi/gomega v1.42.0
99 github.com/pkg/errors v0.9.1
10- github.com/sap/admission-webhook-runtime v0.1.93
11- k8s.io/api v0.36.0
12- k8s.io/apimachinery v0.36.0
10+ github.com/sap/admission-webhook-runtime v0.1.99
11+ k8s.io/api v0.36.2
12+ k8s.io/apimachinery v0.36.2
1313 k8s.io/klog/v2 v2.140.0
14- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.24.0
14+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.24.1
1515)
1616
1717require (
@@ -28,7 +28,7 @@ require (
2828 github.com/spf13/pflag v1.0.9 // indirect
2929 github.com/x448/float16 v0.8.4 // indirect
3030 go.uber.org/multierr v1.11.0 // indirect
31- go.uber.org/zap v1.27.0 // indirect
31+ go.uber.org/zap v1.27.1 // indirect
3232 go.yaml.in/yaml/v2 v2.4.3 // indirect
3333 go.yaml.in/yaml/v3 v3.0.4 // indirect
3434 golang.org/x/mod v0.35.0 // indirect
You can’t perform that action at this time.
0 commit comments