Commit d736cd4
authored
go_sdk: upgrade to 1.26.0 (#11304)
Fix Redis URI IPv6 test generation for Go 1.26
> net/url
>
> Parse now rejects malformed URLs containing colons in the host
subcomponent, such as http://::1/ or http://localhost:80:80/.
> URLs containing bracketed IPv6 addresses, such as http://[::1]/ are
still accepted.
> The new GODEBUG setting urlstrictcolons=0 restores the old behavior.
https://go.dev/doc/go1.261 parent fa0e2de commit d736cd4
File tree
3 files changed
+86
-85
lines changed- enterprise/server/util/redisutil
3 files changed
+86
-85
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments