File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$TARGETPLATFORM golang:1.24.0 -alpine3.20 AS builder
2
+ FROM --platform=$TARGETPLATFORM golang:1.24.1 -alpine3.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$TARGETPLATFORM golang:1.24.0 -alpine3.20 as builder
2
+ FROM --platform=$TARGETPLATFORM golang:1.24.1 -alpine3.20 as builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota v1.1.0
11
11
github.com/go-logr/logr v1.4.2
12
12
github.com/google/uuid v1.6.0
13
- github.com/onsi/ginkgo/v2 v2.22.2
13
+ github.com/onsi/ginkgo/v2 v2.23.0
14
14
github.com/onsi/gomega v1.36.2
15
15
github.com/stretchr/testify v1.10.0
16
16
github.com/validator-labs/validator v0.1.16
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
142
142
github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
143
143
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
144
144
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
145
- github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU =
146
- github.com/onsi/ginkgo/v2 v2.22.2 /go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk =
145
+ github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ =
146
+ github.com/onsi/ginkgo/v2 v2.23.0 /go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM =
147
147
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
148
148
github.com/onsi/gomega v1.36.2 /go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY =
149
149
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
You can’t perform that action at this time.
0 commit comments