Makefile: update -compat flag (#616)

Updates tailscale/tailscale#15015

Signed-off-by: kari-ts <kari@tailscale.com>
kari/docker
kari-ts 9 months ago committed by GitHub
parent c58a98931f
commit 2f91d068c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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