fix toolchain not available error (#11083)

Relates to golang/go#62278
Updates #11058

Signed-off-by: keisku <keisuke.umegaki.630@gmail.com>
This commit is contained in:
Keisuke Umegaki 2024-02-10 06:46:32 +09:00 committed by GitHub
parent 7c52b27daf
commit 7039c06d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module tailscale.com
go 1.22
go 1.22.0
require (
filippo.io/mkcert v1.4.4