Skip to content

Commit

Permalink
internal/history: document Go 1.14.5 and Go 1.13.13
Browse files Browse the repository at this point in the history
Change-Id: Ic0fc6db12577f1228f1c4f8ff3eda7f320950989
Reviewed-on: https://go-review.googlesource.com/c/website/+/242600
Run-TryBot: Katie Hockman <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Filippo Valsorda <[email protected]>
  • Loading branch information
katiehockman committed Jul 14, 2020
1 parent bea1e0a commit a8d8c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/history/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ var Releases = map[GoVer]Release{
{1, 14, 5}: {
Date: Date{2020, 7, 14},
Security: true,
Future: true,
Packages: []string{"crypto/x509", "net/http"},
},
{1, 13, 13}: {
Date: Date{2020, 7, 14},
Security: true,
Future: true,
Packages: []string{"crypto/x509", "net/http"},
},

{1, 14, 4}: {
Expand Down

0 comments on commit a8d8c12

Please sign in to comment.