diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2024-02-07 17:17:45 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2024-02-07 18:10:15 -0800 |
| commit | b6153efb7dd58ea5bdd97be45fbfeb0d3bb506dc (patch) | |
| tree | 06496487dc19a2499eaf9cf19ec9f1646e06bd02 | |
| parent | 653721541ca3d946c8690f0ef13d08124d8c2a94 (diff) | |
| download | tailscale-b6153efb7dd58ea5bdd97be45fbfeb0d3bb506dc.tar.xz tailscale-b6153efb7dd58ea5bdd97be45fbfeb0d3bb506dc.zip | |
go.mod, README.md: use Go 1.22
Updates #11058
Change-Id: I95eecdc7afe2b5f8189016fdb8a773f78e9f5c42
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | go.mod | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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.) @@ -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 |
