blob: 18ea8e229c73c6b0a9835798d5bce6ca42639e20 [file] [view]
Subject: [security] Go {{short .Version}}{{with .SecondaryVersion}} and Go {{. | short}}{{end}} pre-announcement
Hello gophers,
We plan to issue Go {{short .Version}}{{with .SecondaryVersion}} and Go {{. | short}}{{end}} during US business hours on {{.Target.Format "Monday, January 2"}}.
{{if .SecondaryVersion -}}
These minor releases include
{{- else -}}
This minor release includes{{end}} PRIVATE security fixes to {{.Security}}, covering the following CVE{{if gt (len .CVEs) 1}}s{{end}}:
{{range .CVEs}}- {{.}}
{{end}}
Following our security policy, this is the pre-announcement of {{if .SecondaryVersion}}those releases{{else}}the release{{end}}.
Thanks,
{{with .Names}}{{join .}} for the{{else}}The{{end}} Go team