Update Kops Go build version docs

This commit is contained in:
Barry Melbourne 2020-10-24 17:22:34 +01:00
parent 78dc05ed94
commit 57e2aa3c9f
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ and then configure your IDE to connect its debugger to port 2345 on localhost.
- Make sure `$GOPATH` is set, and your [workspace](https://golang.org/doc/code.html#Workspaces) is configured.
- kops will not compile with symlinks in `$GOPATH`. See issue go issue [17451](https://github.com/golang/go/issues/17451) for more information
- building kops requires go 1.12 or 1.13
- building kops requires go 1.15
- Kops will only compile if the source is checked out in `$GOPATH/src/k8s.io/kops`. If you try to use `$GOPATH/src/github.com/kubernetes/kops` you will run into issues with package imports not working as expected.