This is an automated email from the ASF dual-hosted git repository. pbacsko pushed a commit to branch branch-1.7 in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/branch-1.7 by this push: new 7ca9c6c7 Update SI to 1.7.0-beta 7ca9c6c7 is described below commit 7ca9c6c76f97f99c84bcceed95562f91dab44b03 Author: Peter Bacsko <bacs...@gmail.com> AuthorDate: Mon Jun 16 15:46:28 2025 +0200 Update SI to 1.7.0-beta --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dc6a3321..2c6902ed 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ go 1.23.0 toolchain go1.23.7 require ( - github.com/apache/yunikorn-scheduler-interface v0.0.0-20250304214837-4513ff3a692d + github.com/apache/yunikorn-scheduler-interface v1.7.0-beta github.com/google/btree v1.1.3 github.com/google/go-cmp v0.7.0 github.com/google/uuid v1.6.0 diff --git a/go.sum b/go.sum index b7dd89ae..d39e821e 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/apache/yunikorn-scheduler-interface v0.0.0-20250304214837-4513ff3a692d h1:JDRId3/5HqpDlOV1RrVL8xDrZ2v0s/ucb6vpEGvkuy8= -github.com/apache/yunikorn-scheduler-interface v0.0.0-20250304214837-4513ff3a692d/go.mod h1:udBVRAW3pcKRneNL8xTC9t40I5zwLjBldT+bpzw9He4= +github.com/apache/yunikorn-scheduler-interface v1.7.0-beta h1:medrxNh5AUfSkpSiMC7Yh331SEwYQe/oY6DJ9vi1CkA= +github.com/apache/yunikorn-scheduler-interface v1.7.0-beta/go.mod h1:udBVRAW3pcKRneNL8xTC9t40I5zwLjBldT+bpzw9He4= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org For additional commands, e-mail: issues-h...@yunikorn.apache.org