From 5795673d5a063e76e8486771c02515f7ab29cf82 Mon Sep 17 00:00:00 2001 From: kari-ts Date: Tue, 25 Feb 2025 11:29:26 -0800 Subject: [PATCH] Makefile: update -compat flag Updates tailscale/tailscale#15015 Signed-off-by: kari-ts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2524860..d1a48af 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ bump_version_code: ## Bump the version code in build.gradle .PHONY: update-oss update-oss: ## Update the tailscale.com go module GOPROXY=direct ./tool/go get tailscale.com@main - ./tool/go mod tidy -compat=1.23 + ./tool/go mod tidy -compat=1.24 ./tool/go run tailscale.com/cmd/printdep --go > go.toolchain.rev.new mv go.toolchain.rev.new go.toolchain.rev