File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/elastic/cloud-on-k8s/v3
22
3- go 1.24.2
3+ go 1.24.4
44
55require (
66 dario.cat/mergo v1.0.2
Original file line number Diff line number Diff line change 11module github.com/elastic/cloud-on-k8s/v3/hack/config-extractor
22
3- go 1.24.2
3+ go 1.24.4
44
55require (
66 k8s.io/api v0.33.2
Original file line number Diff line number Diff line change 11module github.com/elastic/cloud-on-k8s/hack/helm/release
22
3- go 1.24.2
3+ go 1.24.4
44
55require (
66 cloud.google.com/go/storage v1.55.0
Original file line number Diff line number Diff line change 11module github.com/elastic/cloud-on-k8s/v3/hack/operatorhub
22
3- go 1.24.2
3+ go 1.24.4
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
Original file line number Diff line number Diff line change 11module github.com/elastic/cloud-on-k8s/v3/hack/upgrade-test-harness
22
3- go 1.24.2
3+ go 1.24.4
44
55require (
66 github.com/blang/semver/v4 v4.0.0
Original file line number Diff line number Diff line change 11# Docker image for the E2E tests runner
2- FROM docker.io/library/golang:1.24.2
2+ FROM docker.io/library/golang:1.24.4
33
44ARG GO_TAGS
55
You can’t perform that action at this time.
0 commit comments