Makefile: update -compat flag

Updates tailscale/tailscale#15015

Signed-off-by: kari-ts <kari@tailscale.com>
pull/616/head
kari-ts 10 months ago
parent c58a98931f
commit 5795673d5a

@ -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

Loading…
Cancel
Save