summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled/required_version.go
blob: bfde77cd8474bce2a34adbbe4802cdcc0086e7e4 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause

//go:build !go1.23

package main

func init() {
	you_need_Go_1_23_to_compile_Tailscale()
}