diff --git a/.go-version b/.go-version index d905a6d1d6..61b813d5e6 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.1 +1.25.2 diff --git a/changelog/_go-ver-1210.txt b/changelog/_go-ver-1210.txt index 64fbbcf8ea..cdcdfec50d 100644 --- a/changelog/_go-ver-1210.txt +++ b/changelog/_go-ver-1210.txt @@ -1,3 +1,3 @@ ```release-note:change -core: Bump Go version to 1.25.1 +core: Bump Go version to 1.25.2 ``` diff --git a/internalshared/configutil/normalize_test.go b/internalshared/configutil/normalize_test.go index 80d1d8fdd7..629825ffc3 100644 --- a/internalshared/configutil/normalize_test.go +++ b/internalshared/configutil/normalize_test.go @@ -70,7 +70,7 @@ func TestNormalizeAddr(t *testing.T) { }, "ipv4 invalid URL": { addr: "https://[10.10.1.10]:8200", - expected: "https://10.10.1.10:8200", + expected: "https://[10.10.1.10]:8200", }, "ipv4 destination address": { addr: "username@10.10.1.10",