From 2f91d068c7343b3ed234195a85af624461db4654 Mon Sep 17 00:00:00 2001 From: kari-ts <135075563+kari-ts@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:45:31 -0800 Subject: [PATCH] Makefile: update -compat flag (#616) 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