Skip to content

Commit 50fe273

Browse files
timmycarrk8s-ci-robot
authored andcommitted
bumped version of go as well as kind directions and added make (#215)
* bumped version of go as well as kind directions and added make Signed-off-by: Tim Carr <[email protected]> * altered to only specify 1.12 Signed-off-by: Tim Carr <[email protected]>
1 parent 528b8a7 commit 50fe273

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/development.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@
3030
### Base requirements
3131

3232
1. Install [go][go]
33-
- Get the latest patch version for go v1.11.
33+
- Get the latest patch version for go v1.12.
3434
2. Install [jq][jq]
3535
- `brew install jq` on MacOS.
3636
3. Install [gettext][gettext] package
3737
- `brew install gettext && brew link --force gettext` on MacOS.
3838
4. Install [KIND][kind]
39-
- `go get sigs.k8s.io/kind`.
39+
- `GO111MODULE="on" go get sigs.k8s.io/kind@v0.3.0`.
4040
5. Install [bazel][bazel]
4141
6. Configure Python 2.7+ with [pyenv][pyenv] if your default is Python 3.x.
42+
7. Install make.
4243

4344
[go]: https://golang.org/doc/install
4445

0 commit comments

Comments
 (0)