mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
66f27c4beb
Updates #8419 Change-Id: I809b6a4d59d92a2ab6ec587ccbb9053376bf02c2 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.21
|
|
|
|
package main
|
|
|
|
func init() {
|
|
you_need_Go_1_21_to_compile_Tailscale()
|
|
}
|