mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 19:45:35 +00:00
f572286bf9
This un-breaks vim-go (which doesn't understand "go 1.23") and allows the natlab tests to work in a Nix shell (by adding the "qemu-img" and "mkfs.ext4" binaries to the shell). These binaries are available even on macOS, as I'm testing on my M1 Max. Updates #13038 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I99f8521b5de93ea47dc33b099d5b243ffc1303da
8 lines
146 B
Modula-2
8 lines
146 B
Modula-2
module gokrazy/build/tsapp
|
|
|
|
go 1.23.1
|
|
|
|
replace tailscale.com => ../../../..
|
|
|
|
require tailscale.com v0.0.0-00010101000000-000000000000 // indirect
|