regenerate tables with the latest Go versions

These will typically not cause changes, but just in case.
This commit is contained in:
Daniel Martí
2025-03-06 21:54:25 +00:00
committed by Paul Scheduikat
parent c23dd1672b
commit ff989a15b8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.