diff options
| author | Emīls <emils@mullvad.net> | 2024-10-18 18:24:32 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-10-18 18:24:32 +0200 |
| commit | 12dd4f4e2214070edd384c3a79d63c4eec4626dd (patch) | |
| tree | f00b9eff2d605fe7e5035f33642be4b19702f1b5 /ios/BuildInstructions.md | |
| parent | 0c574426f2f75a7d808d4995c0cdfd133caa634f (diff) | |
| parent | e5ddfb7892835f05d2d631d8340f13fd204cb275 (diff) | |
| download | mullvadvpn-12dd4f4e2214070edd384c3a79d63c4eec4626dd.tar.xz mullvadvpn-12dd4f4e2214070edd384c3a79d63c4eec4626dd.zip | |
Merge branch 'ios-bump-wireguard-apple'
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 |
