File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11# ############################################
22# Build
33# ############################################
4- FROM --platform=$BUILDPLATFORM golang:1.24 -alpine AS build
4+ FROM --platform=$BUILDPLATFORM golang:1.25 -alpine AS build
55
66RUN apk upgrade --no-cache --force
77RUN apk add --update build-base make git
Original file line number Diff line number Diff line change 11module github.com/webdevops/azure-janitor
22
3- go 1.25.0
3+ go 1.25
44
55require (
66 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0
@@ -12,7 +12,6 @@ require (
1212 github.com/prometheus/common v0.67.4 // indirect
1313 github.com/rickb777/date v1.22.0
1414 github.com/webdevops/go-common v0.0.0-20251219213826-139615203ee5
15- go.uber.org/zap v1.27.1
1615 golang.org/x/crypto v0.46.0 // indirect
1716)
1817
@@ -41,7 +40,6 @@ require (
4140 github.com/remeh/sizedwaitgroup v1.0.0 // indirect
4241 github.com/rickb777/plural v1.4.7 // indirect
4342 go.uber.org/automaxprocs v1.6.0 // indirect
44- go.uber.org/multierr v1.11.0 // indirect
4543 go.yaml.in/yaml/v2 v2.4.3 // indirect
4644 golang.org/x/net v0.48.0 // indirect
4745 golang.org/x/sys v0.39.0 // indirect
Original file line number Diff line number Diff line change @@ -96,10 +96,6 @@ go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
9696go.uber.org/automaxprocs v1.6.0 /go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8 =
9797go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
9898go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
99- go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
100- go.uber.org/multierr v1.11.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
101- go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc =
102- go.uber.org/zap v1.27.1 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
10399go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0 =
104100go.yaml.in/yaml/v2 v2.4.3 /go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8 =
105101go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
You can’t perform that action at this time.
0 commit comments