File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.24.4 as builder
2
+ FROM golang:1.24.6 as builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
module github.com/lightrun-platform/lightrun-k8s-operator
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.3
3
+ go 1.24.6
6
4
7
5
require (
8
6
github.com/go-logr/logr v1.4.1
@@ -54,7 +52,7 @@ require (
54
52
github.com/prometheus/procfs v0.12.0 // indirect
55
53
github.com/spf13/pflag v1.0.5 // indirect
56
54
go.uber.org/multierr v1.11.0 // indirect
57
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
55
+ golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
58
56
golang.org/x/oauth2 v0.27.0 // indirect
59
57
golang.org/x/sys v0.31.0 // indirect
60
58
golang.org/x/term v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so=
118
118
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
119
119
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
120
120
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
121
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA =
122
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e /go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA =
121
+ golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 h1:tnebWN09GYg9OLPss1KXj8txwZc6X6uMr6VFdcGNbHw =
122
+ golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 /go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE =
123
123
golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
124
124
golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
125
125
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
You can’t perform that action at this time.
0 commit comments