From ff989a15b802a251ebe256cdeff783bec7d84c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 6 Mar 2025 21:54:25 +0000 Subject: [PATCH] regenerate tables with the latest Go versions These will typically not cause changes, but just in case. --- go_std_tables.go | 2 +- scripts/gen_go_std_tables.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go_std_tables.go b/go_std_tables.go index 420d882..4f1702c 100644 --- a/go_std_tables.go +++ b/go_std_tables.go @@ -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 diff --git a/scripts/gen_go_std_tables.go b/scripts/gen_go_std_tables.go index d8d00b7..01a8a68 100644 --- a/scripts/gen_go_std_tables.go +++ b/scripts/gen_go_std_tables.go @@ -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.