Skip to content

Commit a0f77e5

Browse files
committed
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ba7f3d9 commit a0f77e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SECURITY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Supported Versions
44

5-
We support the past two Go releases (for example, Go 1.12.x and Go 1.13.x).
5+
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).
66

7-
See https://golang.org/wiki/Go-Release-Cycle and in particular the
8-
[Release Maintenance](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance)
7+
See https://go.dev/wiki/Go-Release-Cycle and in particular the
8+
[Release Maintenance](https://go.dev/wiki/Go-Release-Cycle#release-maintenance)
99
part of that page.
1010

1111
## Reporting a Vulnerability
1212

13-
See https://golang.org/security for how to report a vulnerability.
13+
See https://go.dev/security for how to report a vulnerability.

0 commit comments

Comments
 (0)