mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
b1248442c3
Updates #7123 Updates #5309 Change-Id: I90bcd87a2fb85a91834a0dd4be6e03db08438672 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.20
|
|
|
|
package main
|
|
|
|
func init() {
|
|
you_need_Go_1_20_to_compile_Tailscale()
|
|
}
|