From 8d73cee9c993fbd1644b962f59d65e83cbddd35b Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Wed, 18 Dec 2024 01:39:26 -0600 Subject: [PATCH] fix: update contributing go version and pre commit status Signed-off-by: CJ Steiner --- CONTRIBUTING.MD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index d0f5499bd7..bdf9b1ea7c 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -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. @@ -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