Skip to content

Commit b68a954

Browse files
fix(deps): update non-minor dependencies (#198)
1 parent 7fdf855 commit b68a954

3 files changed

Lines changed: 43 additions & 176 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module github.com/sap/image-mapper
22

3-
go 1.26.2
3+
go 1.26.4
44

55
require (
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

1717
require (
@@ -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

0 commit comments

Comments
 (0)