mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
regenerate tables with the latest Go versions
These will typically not cause changes, but just in case.
This commit is contained in:
committed by
Paul Scheduikat
parent
c23dd1672b
commit
ff989a15b8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user