regenerate tables with the latest Go versions

These will typically not cause changes, but just in case.
pull/925/head
Daniel Martí 4 weeks ago
parent 36f8f6f870
commit b919d6e69c
No known key found for this signature in database

@ -1,6 +1,6 @@
// Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT.
// Generated from Go versions [go1.23.6 go1.24.0].
// Generated from Go versions [go1.23.7 go1.24.1].
package main

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

Loading…
Cancel
Save