We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58a989 commit 2f91d06Copy full SHA for 2f91d06
Makefile
@@ -211,7 +211,7 @@ bump_version_code: ## Bump the version code in build.gradle
211
.PHONY: update-oss
212
update-oss: ## Update the tailscale.com go module
213
GOPROXY=direct ./tool/go get tailscale.com@main
214
- ./tool/go mod tidy -compat=1.23
+ ./tool/go mod tidy -compat=1.24
215
./tool/go run tailscale.com/cmd/printdep --go > go.toolchain.rev.new
216
mv go.toolchain.rev.new go.toolchain.rev
217
0 commit comments