From 094135ff96c8f7a0951f66a2a1f82371b76e143f Mon Sep 17 00:00:00 2001 From: Bjørn Erik Pedersen Date: Mon, 6 Feb 2023 09:09:27 +0100 Subject: tpl/internal: Sync Go template src to Go 1.20 Updates #10691 --- scripts/fork_go_templates/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fork_go_templates/main.go b/scripts/fork_go_templates/main.go index 2f8516e8d..c22ecd92c 100644 --- a/scripts/fork_go_templates/main.go +++ b/scripts/fork_go_templates/main.go @@ -17,7 +17,7 @@ import ( ) func main() { - // The current is built with be7068fb0804f661515c678bee9224b90b32869a text/template: correct assignment, not declaration, in range + // The current is built with de4748c47c67392a57f250714509f590f68ad395 HEAD, tag: go1.20. fmt.Println("Forking ...") defer fmt.Println("Done ...") -- cgit v1.2.3