mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-08 04:11:39 +01:00
Also ensure that the go 1.17 breaking changes to net.ParseCIDR don't make us choke on stored CIDRs that were acceptable to older Go versions.
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
```release-note:improvement
|
|
core: build with Go 1.17, and mitigate a breaking change they made that could impact how approle and ssh interpret IPs/CIDRs
|
|
```
|