generate Go tables for Go 1.23 as well

Updates #859.
This commit is contained in:
Daniel Martí
2024-08-31 00:45:55 +01:00
parent c1439947f9
commit 6e35ed3db3
2 changed files with 195 additions and 126 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"text/template"
)
var goVersions = []string{"go1.22.6"}
var goVersions = []string{"go1.23.0", "go1.22.6"}
var tmplTables = template.Must(template.New("").Parse(`
// Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT.