Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.MD with supported Golang versions
Browse files Browse the repository at this point in the history
fixes: jenkins-x#6389

Signed-off-by: babadofar <[email protected]>
  • Loading branch information
babadofar authored and hferentschik committed Jan 14, 2020
1 parent 55ff3fc commit 32f200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ development environment for working on the jx source code.
To compile, test and contribute towards the jx binaries you will need:

- [git][]
- [Go][] 1.11 or later, with support for compiling to `linux/amd64`
- [Go][] 1.11 or 1.12, with support for compiling to `linux/amd64` (Go version 1.13 is at the moment not supported).
- [dep](https://github.com/golang/dep)
- [pre-commit](https://pre-commit.com) _optional: we use [detect-secrets](https://github.com/Yelp/detect-secrets) to help prevent secrets leaking into the code base_

Expand Down

0 comments on commit 32f200d

Please sign in to comment.