Skip to content

Commit 2f91d06

Browse files
authored
Makefile: update -compat flag (#616)
Updates tailscale/tailscale#15015 Signed-off-by: kari-ts <[email protected]>
1 parent c58a989 commit 2f91d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ bump_version_code: ## Bump the version code in build.gradle
211211
.PHONY: update-oss
212212
update-oss: ## Update the tailscale.com go module
213213
GOPROXY=direct ./tool/go get tailscale.com@main
214-
./tool/go mod tidy -compat=1.23
214+
./tool/go mod tidy -compat=1.24
215215
./tool/go run tailscale.com/cmd/printdep --go > go.toolchain.rev.new
216216
mv go.toolchain.rev.new go.toolchain.rev
217217

0 commit comments

Comments
 (0)