We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a843f5 commit ea18705Copy full SHA for ea18705
internal/history/release.go
@@ -14,6 +14,25 @@ import "html/template"
14
//
15
// The table is sorted by date, breaking ties with newer versions first.
16
var Releases = []*Release{
17
+ {
18
+ Date: Date{2024, 3, 5}, Version: Version{1, 22, 1},
19
+ Security: &FixSummary{
20
+ Packages: []string{"crypto/x509", "html/template", "net/http", "net/http/cookiejar", "net/mail"},
21
+ },
22
+ Bug: &FixSummary{
23
+ Components: []template.HTML{"the compiler", "the <code>go</code> command", "the runtime", "the <code>trace</code> command"},
24
+ Packages: []string{"go/types", "net/http"},
25
26
27
28
+ Date: Date{2024, 3, 5}, Version: Version{1, 21, 8},
29
30
31
32
33
+ Components: []template.HTML{"the <code>go</code> command", "the runtime"},
34
35
36
{
37
Date: Date{2024, 2, 6}, Version: Version{1, 22, 0},
38
},
0 commit comments