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 204173d commit 9e09fadCopy full SHA for 9e09fad
Makefile
@@ -221,7 +221,8 @@ update-version: ## Update the version in build.gradle
221
.PHONY: update-oss
222
update-oss: ## Update the tailscale.com go module and update the version in build.gradle
223
GOPROXY=direct ./tool/go get tailscale.com@main
224
- ./tool/go run tailscale.com/cmd/printdep --go > go.toolchain.rev
+ ./tool/go run tailscale.com/cmd/printdep --go > go.toolchain.rev.new
225
+ mv go.toolchain.rev.new go.toolchain.rev
226
./tool/go mod tidy -compat=1.23
227
228
# Get the commandline tools package, this provides (among other things) the sdkmanager binary.
0 commit comments