summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rwxr-xr-xandroid/fdroid-build/init.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/fdroid-build/init.sh b/android/fdroid-build/init.sh
index 7b7d7c578d..f363372df7 100755
--- a/android/fdroid-build/init.sh
+++ b/android/fdroid-build/init.sh
@@ -21,9 +21,9 @@ rustup target add \
# Install Go
cd "$HOME"
-curl -sf -L -O https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz
-echo "0804bf02020dceaa8a7d7275ee79f7a142f1996bfd0c39216ccb405f93f994c0 go1.13.3.linux-amd64.tar.gz" | sha256sum -c
-tar -xzvf go1.13.3.linux-amd64.tar.gz
+curl -sf -L -O https://golang.org/dl/go1.16.linux-amd64.tar.gz
+echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go1.16.linux-amd64.tar.gz" | sha256sum -c
+tar -xzvf go1.16.linux-amd64.tar.gz
patch -p1 -f -N -r- -d "$HOME/go" < "$REPO_DIR/wireguard/libwg/goruntime-boottime-over-monotonic.diff"
# Configure Cargo for cross-compilation