From b5867208a1d4cfd79add7899a46f253b140b9663 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 23 Jun 2025 09:58:06 -0400 Subject: [PATCH] Update missed Go 1.23 references --- .github/CONTRIBUTING.md | 2 +- docs/source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a1ed27d99..31ef955f0 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.23+ +- Go 1.24+ Build with: * Unix-like systems: `make` diff --git a/docs/source.md b/docs/source.md index 29bf51e39..e37c7679c 100644 --- a/docs/source.md +++ b/docs/source.md @@ -1,6 +1,6 @@ # Installation from source -1. Verify that you have Go 1.23+ installed +1. Verify that you have Go 1.24+ installed ```sh $ go version