Skip to content

Commit

Permalink
fix(deps): update non-minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent a2a42e4 commit 7856757
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### build go executable
FROM --platform=$BUILDPLATFORM golang:1.22.4 as build
FROM --platform=$BUILDPLATFORM golang:1.22.5 as build
ARG TARGETOS TARGETARCH

WORKDIR /workspace
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/sap/image-mapper

go 1.22.4
go 1.22.5

require (
github.com/go-logr/logr v1.4.2
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/pkg/errors v0.9.1
github.com/sap/admission-webhook-runtime v0.1.33
github.com/sap/admission-webhook-runtime v0.1.34
k8s.io/api v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/klog/v2 v2.130.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ github.com/sap/admission-webhook-runtime v0.1.32 h1:YXb7MfmAL6YQTgDeyieYg4eJYY76
github.com/sap/admission-webhook-runtime v0.1.32/go.mod h1:9SlhPvVH2UbartZy0xfmbl+fS8byQRaB0P38OqsExQY=
github.com/sap/admission-webhook-runtime v0.1.33 h1:l9LFn6QdsgzjuF/iKXSoWaoP4EstOqtmdU6NP34GSJY=
github.com/sap/admission-webhook-runtime v0.1.33/go.mod h1:KK6fKCYs/kZUVL2rj2nadlkiqQkm8hwsUh3RgusKXHk=
github.com/sap/admission-webhook-runtime v0.1.34 h1:AKOw6DtUoNPuewDxgxo/0+ee7Jbi62yciXE63CldJBA=
github.com/sap/admission-webhook-runtime v0.1.34/go.mod h1:pqQ8AfUEDRcgGAmg1g9jNMF3rbxcKkfC7RYjKE1FySw=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
Expand Down

0 comments on commit 7856757

Please sign in to comment.