From b6153efb7dd58ea5bdd97be45fbfeb0d3bb506dc Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 7 Feb 2024 17:17:45 -0800 Subject: [PATCH] go.mod, README.md: use Go 1.22 Updates #11058 Change-Id: I95eecdc7afe2b5f8189016fdb8a773f78e9f5c42 Signed-off-by: Brad Fitzpatrick --- README.md | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0eae44624..458ff79ea 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ not open source. ## Building -We always require the latest Go release, currently Go 1.21. (While we build +We always require the latest Go release, currently Go 1.22. (While we build releases with our [Go fork](https://github.com/tailscale/go/), its use is not required.) diff --git a/go.mod b/go.mod index b080bf19c..82729aa0f 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module tailscale.com -go 1.21.1 - -toolchain go1.21.5 +go 1.22 require ( filippo.io/mkcert v1.4.4