From bf9be063d70261782e8d3feb3434872cb460b929 Mon Sep 17 00:00:00 2001 From: kari-ts <135075563+kari-ts@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:42:28 -0800 Subject: [PATCH] Makefile: update go version for bumposs (#165) Updates tailscale/tailscale#10992 Signed-off-by: kari-ts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be30347..daa2f38 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ tag_release: bumposs: toolchain GOPROXY=direct go get tailscale.com@main - go mod tidy -compat=1.21 + go mod tidy -compat=1.22 $(TOOLCHAINDIR)/bin/go: @if ! echo $(TOOLCHAINDIR) | grep -q 'tailscale-android-go'; then \