Skip to content

Commit

Permalink
go.mod, README.md: use Go 1.22
Browse files Browse the repository at this point in the history
Updates tailscale#11058

Change-Id: I95eecdc7afe2b5f8189016fdb8a773f78e9f5c42
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
  • Loading branch information
bradfitz committed Feb 8, 2024
1 parent 6537215 commit b6153ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b6153ef

Please sign in to comment.