Skip to content

Commit f8cd242

Browse files
committed
Specify the minimum go version to install
Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent be80f97 commit f8cd242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/contributing/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Prerequisites
44

55
1. Clone the [kcp-dev/kcp](https://github.com/kcp-dev/kcp) repository.
6-
2. [Install Go](https://golang.org/doc/install) (currently 1.23.10).
6+
2. [Install Go](https://golang.org/doc/install) (at least 1.23).
77
3. Install [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl).
88

99
Please note that the go language version numbers in these files must exactly agree: go/go.mod file, kcp/Dockerfile, and in all the kcp/.github/workflows yaml files that specify go-version. In kcp/Dockerfile it is indicated by the "golang" attribute. In go.mod it is indicated by the "go" directive." In the .github/workflows yaml files it is indicated by "go-version".

0 commit comments

Comments
 (0)