Skip to content

Commit 9ef28ae

Browse files
fix(deps): update non-minor dependencies (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7833c8d commit 9ef28ae

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

build/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS build
33

44
WORKDIR /go/src
55

build/webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS build
33

44
WORKDIR /go/src
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/evanphx/json-patch/v5 v5.9.11
77
github.com/google/uuid v1.6.0
88
github.com/hashicorp/go-multierror v1.1.1
9-
github.com/spf13/pflag v1.0.7
9+
github.com/spf13/pflag v1.0.10
1010
gopkg.in/yaml.v3 v3.0.1
1111
k8s.io/api v0.31.0
1212
k8s.io/apimachinery v0.31.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
8888
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
8989
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
9090
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
91+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
92+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
9193
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
9294
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
9395
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)