]> Cypherpunks.ru repositories - gostls13.git/commitdiff
SECURITY.md: replace golang.org with go.dev
authorHana <hyangah@gmail.com>
Tue, 26 Apr 2022 14:38:11 +0000 (10:38 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Tue, 26 Apr 2022 19:59:47 +0000 (19:59 +0000)
Change-Id: Ic0e882fc6666c9adcd5f2dffc96e201f3146fa0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/402180
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
SECURITY.md

index 9e92e8b1eafed3d9aacef2c01009d9e0208fcf82..ab608f3af55cc384256de106a9bfd177a049a81e 100644 (file)
@@ -2,12 +2,12 @@
 
 ## Supported Versions
 
-We support the past two Go releases (for example, Go 1.12.x and Go 1.13.x).
+We support the past two Go releases (for example, Go 1.17.x and Go 1.18.x when Go 1.18.x is the latest stable release).
 
-See https://golang.org/wiki/Go-Release-Cycle and in particular the
-[Release Maintenance](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance)
+See https://go.dev/wiki/Go-Release-Cycle and in particular the
+[Release Maintenance](https://go.dev/wiki/Go-Release-Cycle#release-maintenance)
 part of that page.
 
 ## Reporting a Vulnerability
 
-See https://golang.org/security for how to report a vulnerability.
+See https://go.dev/security for how to report a vulnerability.