diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-01 10:02:14 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-01 12:07:27 +0200 |
commit | 071f8b4466062da1758f34046947471d59a33b86 (patch) | |
tree | fade08da53e1fe978a1730480dcd2b82e4abd4f7 /scripts | |
parent | ae9d5e7d83d3e93a6ec9469a162ae96171d5800f (diff) | |
download | hugo-071f8b4466062da1758f34046947471d59a33b86.tar.gz hugo-071f8b4466062da1758f34046947471d59a33b86.zip |
tpl: Sync Go template packages with the Go 1.22.5 source
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 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 ...") |