mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Bump Go version in toolchain directive to 1.24.8 (#21629)
This commit is contained in:
@@ -82,7 +82,7 @@ func TestSortIPs(t *testing.T) {
|
||||
ipList: []string{"127.0.0.1"},
|
||||
sortedIPList: []string{"127.0.0.1"},
|
||||
},
|
||||
// Non parsable ip is assumed to be hostame and gets preserved
|
||||
// Non parsable ip is assumed to be hostname and gets preserved
|
||||
// as the left most elements, regardless of IP based sorting.
|
||||
{
|
||||
ipList: []string{"hostname", "127.0.0.1", "192.168.1.106"},
|
||||
|
||||
Reference in New Issue
Block a user