Move to go 1.17 (#12868)

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.
This commit is contained in:
Nick Cabatoff
2021-10-21 09:32:03 -04:00
committed by GitHub
parent 23abfb320f
commit 69f874be1f
21 changed files with 1586 additions and 1284 deletions

View File

@@ -72,7 +72,7 @@ Developing Vault
If you wish to work on Vault itself or any of its built-in systems, you'll
first need [Go](https://www.golang.org) installed on your machine. Go version
1.16.7+ is *required*.
1.17.2+ is *required*.
For local dev first make sure Go is properly installed, including setting up a
[GOPATH](https://golang.org/doc/code.html#GOPATH). Ensure that `$GOPATH/bin` is in