Skip to content

Commit ad900cb

Browse files
1 parent 5bdd7b6 commit ad900cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/community/code/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ If you're struggling at any point in this contribution guide, reach out to the J
3030
To contribute to Jenkins X jx binary, you will need:
3131

3232
* [Git](https://git-scm.com) and a [GitHub](https://github.com) account
33-
* [Go](https://golang.org/) `1.18.X`, with support for compiling to `linux/amd64`
34-
* [golangci-lint](https://github.com/golangci/golangci-lint)`1.46.2`, wich will be used to lint your code later
33+
* [Go](https://golang.org/) `1.23.X`, with support for compiling to `linux/amd64`
34+
* [golangci-lint](https://github.com/golangci/golangci-lint)`1.50.1`, wich will be used to lint your code later
3535
* [pre-commit](https://pre-commit.com/#install) - once installed, ensure you're at the root of the repository which contains a `.pre-commit-config.yaml` configuration file, then:
3636

3737
```sh
@@ -40,7 +40,7 @@ pre-commit install
4040

4141
### Install Go
4242

43-
We recommend `1.17.X` version of go as the pull request checks run against this version.
43+
We recommend `1.23.X` version of go as the pull request checks run against this version.
4444

4545
The installation of Go should take only a few minutes. You have more than one option to get Go up and running on your machine.
4646

@@ -51,7 +51,7 @@ If you are having trouble following the installation guides for go, check out [G
5151
If you are a macOS user and have [Homebrew](https://brew.sh/) installed on your machine, installing Go is as simple as the following command:
5252

5353
```sh
54-
brew install go@1.15
54+
brew install go@1.23
5555
```
5656

5757
#### Install Go via GVM

0 commit comments

Comments
 (0)