You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/community/code/_index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ If you're struggling at any point in this contribution guide, reach out to the J
30
30
To contribute to Jenkins X jx binary, you will need:
31
31
32
32
*[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
35
35
*[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:
36
36
37
37
```sh
@@ -40,7 +40,7 @@ pre-commit install
40
40
41
41
### Install Go
42
42
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.
44
44
45
45
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.
46
46
@@ -51,7 +51,7 @@ If you are having trouble following the installation guides for go, check out [G
51
51
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:
0 commit comments