mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
696711cc17
Updates #12912 Change-Id: Ib4ae26eb5fb68ad2216cab4913811b94f7eed5b6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
11 lines
174 B
Go
11 lines
174 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !go1.23
|
|
|
|
package main
|
|
|
|
func init() {
|
|
you_need_Go_1_23_to_compile_Tailscale()
|
|
}
|