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