diff options
Diffstat (limited to 'ios/BuildInstructions.md')
| -rw-r--r-- | ios/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index 7900b7117f..bc586d00a5 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -1,9 +1,9 @@ ## Dependencies -One needs Go v1.20 and the latest stable rust to build the app. +One needs Go v1.21 and the latest stable rust to build the app. Go can be installed via ```bash -brew install go@1.20 +brew install go@1.21 ``` Rust should be installed via [rustup](https://rustup.rs). Once rust is |
