diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-02-06 09:09:27 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-02-22 11:26:52 +0100 |
commit | 094135ff96c8f7a0951f66a2a1f82371b76e143f (patch) | |
tree | 8b8c542a0b5af763c7e029429291a3ccef52d3e7 /scripts | |
parent | 4801e2e8ee625a62ef0f59f0fe06a15741d677f1 (diff) | |
download | hugo-094135ff96c8f7a0951f66a2a1f82371b76e143f.tar.gz hugo-094135ff96c8f7a0951f66a2a1f82371b76e143f.zip |
tpl/internal: Sync Go template src to Go 1.20
Updates #10691
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fork_go_templates/main.go | 2 |
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 ...") |