File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# ## build go executable
2- FROM --platform=$BUILDPLATFORM golang:1.22.2 as build
2+ FROM --platform=$BUILDPLATFORM golang:1.22.3 as build
33ARG TARGETOS TARGETARCH
44
55WORKDIR /workspace
Original file line number Diff line number Diff line change 11module github.com/sap/image-mapper
22
3- go 1.22.2
3+ go 1.22.3
44
55require (
66 github.com/go-logr/logr v1.4.1
7- github.com/onsi/ginkgo/v2 v2.17.2
7+ github.com/onsi/ginkgo/v2 v2.17.3
88 github.com/onsi/gomega v1.33.1
99 github.com/pkg/errors v0.9.1
1010 github.com/sap/admission-webhook-runtime v0.1.28
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8
9191github.com/onsi/ginkgo/v2 v2.17.1 /go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs =
9292github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g =
9393github.com/onsi/ginkgo/v2 v2.17.2 /go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc =
94+ github.com/onsi/ginkgo/v2 v2.17.3 h1:oJcvKpIb7/8uLpDDtnQuf18xVnwKp8DTD7DQ6gTd/MU =
95+ github.com/onsi/ginkgo/v2 v2.17.3 /go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc =
9496github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE =
9597github.com/onsi/gomega v1.27.6 /go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg =
9698github.com/onsi/gomega v1.27.7 h1:fVih9JD6ogIiHUN6ePK7HJidyEDpWGVB5mzM7cWNXoU =
You can’t perform that action at this time.
0 commit comments