Skip to content

Commit

Permalink
Bump required Go version in ios/BuildInstructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe authored and buggmagnet committed Sep 20, 2024
1 parent 0f8261e commit d8d28a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/BuildInstructions.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Dependencies

One needs Go v1.19 and the latest stable rust to build the app.
One needs Go v1.20 and the latest stable rust to build the app.
Go can be installed via
```bash
brew install go@1.19
brew install go@1.20
```

Rust should be installed via [rustup](https://rustup.rs). Once rust is
Expand Down

0 comments on commit d8d28a2

Please sign in to comment.