From c78f6e76182cde9f106df78c9e52269db3d42aa1 Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 25 Feb 2025 17:31:32 +0100 Subject: [PATCH] Update Go version to 1.23 in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 40d0a83e3..4e2032a87 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,7 +24,7 @@ We accept pull requests for bug fixes and features where we've discussed the app ## Building the project Prerequisites: -- Go 1.22+ +- Go 1.23+ Build with: * Unix-like systems: `make`