Bump Go version in toolchain directive to 1.24.8 (#21629)

This commit is contained in:
Mark Theunissen
2025-10-10 20:57:03 +02:00
committed by GitHub
parent d51a4a4ff6
commit ba3c0fd1c7
12 changed files with 35 additions and 29 deletions

View File

@@ -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"},