From 38c280ec8a74a3145674f6671c593fa75abfa4c1 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Fri, 31 Oct 2025 12:22:48 +0000 Subject: [PATCH] docs: update go version 1.25 Signed-off-by: Babak K. Shandiz --- .github/CONTRIBUTING.md | 2 +- docs/install_source.md | 2 +- docs/source.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f56cf9d82..76f4031d7 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.24+ +- Go 1.25+ Build with: * Unix-like systems: `make` diff --git a/docs/install_source.md b/docs/install_source.md index e08fc8cf1..2f74cb212 100644 --- a/docs/install_source.md +++ b/docs/install_source.md @@ -1,6 +1,6 @@ # Installation from source -1. Verify that you have Go 1.24+ installed +1. Verify that you have Go 1.25+ installed ```sh $ go version diff --git a/docs/source.md b/docs/source.md index e37c7679c..8a83f2448 100644 --- a/docs/source.md +++ b/docs/source.md @@ -1,6 +1,6 @@ # Installation from source -1. Verify that you have Go 1.24+ installed +1. Verify that you have Go 1.25+ installed ```sh $ go version