chore: upgrade Go version to 1.24 and update dependencies (#5499)

This commit is contained in:
Kevin Wan
2026-03-22 18:47:43 +08:00
committed by GitHub
parent 9a6447ab5c
commit ba9c275853
15 changed files with 290 additions and 231 deletions

View File

@@ -133,6 +133,7 @@ func TestPickerWithEmptyConns(t *testing.T) {
}
type mockClientConn struct {
balancer.SubConn
// add random string member to avoid map key equality.
id string
}
@@ -150,3 +151,6 @@ func (m mockClientConn) Connect() {
func (m mockClientConn) Shutdown() {
}
func (m mockClientConn) RegisterHealthListener(func(balancer.SubConnState)) {
}