go.mod, README.md: use Go 1.22

Updates #11058

Change-Id: I95eecdc7afe2b5f8189016fdb8a773f78e9f5c42
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2024-02-07 17:17:45 -08:00 committed by Brad Fitzpatrick
parent 653721541c
commit b6153efb7d
2 changed files with 2 additions and 4 deletions

View File

@ -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.)

4
go.mod
View File

@ -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