This is an automated email from the ASF dual-hosted git repository. ccondit pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/branch-1.6 by this push: new 0c998cfb Build against yunikorn-core v1.6.3-0 0c998cfb is described below commit 0c998cfb6e377fccaf99f5b2e2553169ef842771 Author: Craig Condit <ccon...@apache.org> AuthorDate: Wed Apr 2 19:29:28 2025 -0500 Build against yunikorn-core v1.6.3-0 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78696453..344cb5e9 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ go 1.23.0 toolchain go1.23.7 require ( - github.com/apache/yunikorn-core v1.6.2-0 + github.com/apache/yunikorn-core v1.6.3-0 github.com/apache/yunikorn-scheduler-interface v1.6.2-0 github.com/google/go-cmp v0.7.0 github.com/google/uuid v1.6.0 diff --git a/go.sum b/go.sum index 847eab7d..e5b2ad66 100644 --- a/go.sum +++ b/go.sum @@ -13,6 +13,8 @@ github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8 github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g= github.com/apache/yunikorn-core v1.6.2-0 h1:K3n5CslVkBzqmLt9tKpe2fH0a5xx2MTvUGXqWDIShBw= github.com/apache/yunikorn-core v1.6.2-0/go.mod h1:SI6FfvQhyf20PPX811Rq20TQ7DpbaW6yJ1zFeSAkBHU= +github.com/apache/yunikorn-core v1.6.3-0 h1:T/HTJRNGH60CANgtNcFBeQeOX7lXFag6IvEW8L4j3vI= +github.com/apache/yunikorn-core v1.6.3-0/go.mod h1:SI6FfvQhyf20PPX811Rq20TQ7DpbaW6yJ1zFeSAkBHU= github.com/apache/yunikorn-scheduler-interface v1.6.2-0 h1:C+LfkX4t6oP3d2fxdRJ/TSWF5weSpcdBF4XkWuMsaM8= github.com/apache/yunikorn-scheduler-interface v1.6.2-0/go.mod h1:udBVRAW3pcKRneNL8xTC9t40I5zwLjBldT+bpzw9He4= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org For additional commands, e-mail: issues-h...@yunikorn.apache.org