summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-08-11 16:13:34 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-08-15 11:33:07 +0200
commitd8dd13fe7d568e96868f284331559dbd754058b3 (patch)
tree44b9e2745e780c990a74f7a6ee9e8ba87f06b482
parent0848da666447b26d1c324c8a1dace21343418b4b (diff)
downloadmullvadvpn-d8dd13fe7d568e96868f284331559dbd754058b3.tar.xz
mullvadvpn-d8dd13fe7d568e96868f284331559dbd754058b3.zip
Mention correct go version in README
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index d27f1da6d1..7ae4f631e3 100644
--- a/README.md
+++ b/README.md
@@ -291,7 +291,7 @@ storePassword = keystore-password
npm install -g npm
```
-1. Install Go (ideally version `1.16`) by following the [official
+1. Install Go (ideally version `1.18`) by following the [official
instructions](https://golang.org/doc/install). Newer versions may work
too. Since `cgo` is being used, make sure to have a C compiler in your path. [*On
Windows*](https://github.com/golang/go/wiki/cgo#windows) `mingw`'s `gcc` compiler should work.
@@ -338,9 +338,6 @@ After that copy the files from `gui/src/main/management_interface/` and `gui/bui
directories into a single directory on your Apple Silicon Mac, and set the value of
`MANAGEMENT_INTERFACE_PROTO_BUILD_DIR` to that directory while running the main build.
-Make sure that the version of Go on your Mac is 1.16 (the first version to add
-[support](https://tip.golang.org/doc/go1.16#darwin) for Apple Silicon) or newer.
-
Install `protobuf` by running:
```bash