From a0f77e56b7a7ecb92dca3e2afdd56ee773c2cb07 Mon Sep 17 00:00:00 2001 From: Hana Date: Tue, 26 Apr 2022 10:38:11 -0400 Subject: SECURITY.md: replace golang.org with go.dev Change-Id: Ic0e882fc6666c9adcd5f2dffc96e201f3146fa0f Reviewed-on: https://go-review.googlesource.com/c/go/+/402180 Run-TryBot: Hyang-Ah Hana Kim TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- SECURITY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 9e92e8b1ea..ab608f3af5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. -- cgit v1.2.3-54-g00ecf