diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-08-23 18:23:52 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-08-23 21:49:27 +0200 |
commit | 24b1be45c17d68c67bab61b2fbb568f53a3d8202 (patch) | |
tree | 4202ce89de8f523e051912e365bdf93b1a4422fd /scripts | |
parent | 111f02db2a2cb139a19e4643dd73fa637e40ad6e (diff) | |
download | hugo-24b1be45c17d68c67bab61b2fbb568f53a3d8202.tar.gz hugo-24b1be45c17d68c67bab61b2fbb568f53a3d8202.zip |
Go 1.21 Upgrade
Fixes #11351
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 bdc190a69..30c61e585 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 de4748c47c67392a57f250714509f590f68ad395 HEAD, tag: go1.20. + // The current is built with c19c4c566c HEAD, tag: go1.21.0. fmt.Println("Forking ...") defer fmt.Println("Done ...") |