update go_std_tables.go with go1.24rc3

This commit is contained in:
Daniel Martí
2025-02-09 13:28:31 +00:00
committed by Paul Scheduikat
parent 28ccfa094b
commit e8392a640a
2 changed files with 57 additions and 45 deletions

View File

@@ -21,7 +21,7 @@ import (
"text/template"
)
var goVersions = []string{"go1.23.3"}
var goVersions = []string{"go1.23.6", "go1.24rc3"}
var tmplTables = template.Must(template.New("").Parse(`
// Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT.