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 11# Build the manager binary
2- FROM golang:1.23.12 as builder
2+ FROM golang:1.24.6 as builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11module github.com/lightrun-platform/lightrun-k8s-operator
22
3- go 1.23.12
4-
5- toolchain go1.23.3
3+ go 1.24.6
64
75require (
86 github.com/go-logr/logr v1.4.1
@@ -54,7 +52,7 @@ require (
5452 github.com/prometheus/procfs v0.12.0 // indirect
5553 github.com/spf13/pflag v1.0.5 // indirect
5654 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
5856 golang.org/x/oauth2 v0.27.0 // indirect
5957 golang.org/x/sys v0.31.0 // indirect
6058 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=
118118golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
119119golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
120120golang.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 =
123123golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
124124golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
125125golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
You can’t perform that action at this time.
0 commit comments