Skip to content

Commit

Permalink
fix: update contributing go version and pre commit status
Browse files Browse the repository at this point in the history
Signed-off-by: CJ Steiner <clintonsteiner@gmail.com>
  • Loading branch information
clintonsteiner committed Dec 18, 2024
1 parent 274bb14 commit 8d73cee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ To compile, test and contribute towards the jx binaries you will need:

- [git][]
- [Go][] 1.23 is supported
- [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_


In most cases, install the prerequisite according to its instructions. See the next section
for a note about Go cross-compiling support.
Expand All @@ -31,7 +29,7 @@ It is also straightforward to build Go from source:

```shell
$ sudo su
$ curl -sSL https://storage.googleapis.com/golang/go1.7.5.src.tar.gz | tar -C /usr/local -xz
$ curl -sSL https://go.dev/dl/go1.23.4.src.tar.gz | tar -C /usr/local -xz
$ cd /usr/local/go/src
$ # compile Go for the default platform first, then add cross-compile support
$ ./make.bash --no-clean
Expand Down

0 comments on commit 8d73cee

Please sign in to comment.