From d81f8a03b654f42e04a55f222084247b1f4684c4 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Fri, 6 Aug 2021 10:17:56 -0700 Subject: [PATCH] Switch to Go 1.17. Matches https://github.com/tailscale/tailscale at HEAD. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5ee903f..55ff992 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ VERSIONCODE=$(lastword $(shell grep versionCode android/build.gradle)) VERSIONCODE_PLUSONE=$(shell expr $(VERSIONCODE) + 1) # When you update TOOLCHAINREV, also update TOOLCHAINWANT -TOOLCHAINREV=6fa85e8201f1f75fb7323eb48a0b24274a6e33b2 +TOOLCHAINREV=edbc3e19a064177abc6efe937cb84c2a261053ab TOOLCHAINDIR=${HOME}/.cache/tailscale-android-go-$(TOOLCHAINREV) TOOLCHAINSUM=$(shell find $(TOOLCHAINDIR) -type f -print0 | sort -z | xargs -0 sha1sum | sha1sum | cut -d" " -f1) -TOOLCHAINWANT=e336267ea2a637426c0302945d0c1f8fa2f2f627 +TOOLCHAINWANT=91032a6740c8f28e0b1fd614b9dfc888b24cfbb1 export PATH := $(TOOLCHAINDIR)/go/bin:$(PATH) all: $(APK)