mirror of https://github.com/tailscale/tailscale/
all: switch to and require Go 1.23
Updates #12912 Change-Id: Ib4ae26eb5fb68ad2216cab4913811b94f7eed5b6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/13227/head
parent
0ff474ff37
commit
696711cc17
@ -1,10 +1,10 @@
|
|||||||
// Copyright (c) Tailscale Inc & AUTHORS
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
//go:build !go1.21
|
//go:build !go1.23
|
||||||
|
|
||||||
package tailscale
|
package tailscale
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
you_need_Go_1_21_to_compile_Tailscale()
|
you_need_Go_1_23_to_compile_Tailscale()
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
// Copyright (c) Tailscale Inc & AUTHORS
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
//go:build !go1.21
|
//go:build !go1.23
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
you_need_Go_1_21_to_compile_Tailscale()
|
you_need_Go_1_23_to_compile_Tailscale()
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
tailscale.go1.22
|
tailscale.go1.23
|
||||||
|
@ -1 +1 @@
|
|||||||
22ef9eb38e9a2d21b4a45f7adc75addb05f3efb8
|
32389dd21fef8fabc5c5f235346bf9248e79b412
|
||||||
|
Loading…
Reference in New Issue