From 66cdb9d9398caa44f2596d8e4dda13f1e3c9eff1 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Fri, 26 Sep 2025 04:11:57 +1000 Subject: [PATCH] doc: update contribution guide to avoid a specific mention of the version of Go being used. (#3157) --- docs/docs/community/contribution.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/community/contribution.md b/docs/docs/community/contribution.md index 92255eda..a8e47349 100644 --- a/docs/docs/community/contribution.md +++ b/docs/docs/community/contribution.md @@ -15,7 +15,9 @@ We suggest using [Visual Studio Code](https://code.visualstudio.com/docs/languag # Go version -This project is currently still using go 1.22. You can follow the installation guide for go [here.](https://go.dev/doc/install) And you can find go version 1.22 in the archived section [here.](https://go.dev/dl/) +See the `go.mod` file in the root of this repository for the version of Go used by this project. +You can follow [the installation guide for Go](https://go.dev/doc/install), +and you can find this specific Go version on [the Go downloads page](https://go.dev/dl/). # Preparing your fork Clone your fork, create a feature branch and update the depedencies to get started.