aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/fork_go_templates
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-08-01 10:02:14 +0200
committerBjørn Erik Pedersen <[email protected]>2024-08-01 12:07:27 +0200
commit071f8b4466062da1758f34046947471d59a33b86 (patch)
treefade08da53e1fe978a1730480dcd2b82e4abd4f7 /scripts/fork_go_templates
parentae9d5e7d83d3e93a6ec9469a162ae96171d5800f (diff)
downloadhugo-071f8b4466062da1758f34046947471d59a33b86.tar.gz
hugo-071f8b4466062da1758f34046947471d59a33b86.zip
tpl: Sync Go template packages with the Go 1.22.5 source
Diffstat (limited to 'scripts/fork_go_templates')
-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 38e81ac9d..476fe480b 100644
--- a/scripts/fork_go_templates/main.go
+++ b/scripts/fork_go_templates/main.go
@@ -16,7 +16,7 @@ import (
)
func main() {
- // The current is built with db6097f8cb [release-branch.go1.22] go1.22.1
+ // The current is built with 8e1fdea8316d840fd07e9d6e026048e53290948b go1.22.5
// TODO(bep) preserve the staticcheck.conf file.
fmt.Println("Forking ...")
defer fmt.Println("Done ...")