1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Bump to k8s v0.30.0-alpha.3 (#1359)

* update go.mod for v0.30.0-alpha.3

* update vendor deps

* regenrate go.mod transitive dependencies

---------

Co-authored-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
Pravar Agrawal
2024-03-13 08:39:33 +05:30
committed by GitHub
parent 749e81c51c
commit ed1efe436f
375 changed files with 11126 additions and 7340 deletions

View File

@@ -16,5 +16,5 @@ package otlptrace // import "go.opentelemetry.io/otel/exporters/otlp/otlptrace"
// Version is the current release version of the OpenTelemetry OTLP trace exporter in use.
func Version() string {
return "1.22.0"
return "1.24.0"
}