summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-02-06 09:09:27 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-02-22 11:26:52 +0100
commit094135ff96c8f7a0951f66a2a1f82371b76e143f (patch)
tree8b8c542a0b5af763c7e029429291a3ccef52d3e7 /scripts
parent4801e2e8ee625a62ef0f59f0fe06a15741d677f1 (diff)
tpl/internal: Sync Go template src to Go 1.20
Updates #10691
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fork_go_templates/main.go2
1 files changed, 1 insertions, 1 deletions
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 ...")