From a28105f08b13dd7daf0f676d2e51b61eddfa743f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 18 Aug 2024 11:42:08 +0300 Subject: [PATCH] Fix minimum Go version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f4275..7305e80 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ than on Beeper servers). 1. Download the latest binary from [GitHub releases](https://github.com/beeper/bridge-manager/releases) or [actions](https://nightly.link/beeper/bridge-manager/workflows/go.yaml/main). * Alternatively, you can build it yourself by cloning the repo and running - `./build.sh`. Building requires Go 1.21 or higher. + `./build.sh`. Building requires Go 1.22 or higher. * bbctl supports amd64 and arm64 on Linux and macOS. Windows is not supported natively, please use WSL. 2. Log into your Beeper account with `bbctl login`.