summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-08-23 18:23:52 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-08-23 21:49:27 +0200
commit24b1be45c17d68c67bab61b2fbb568f53a3d8202 (patch)
tree4202ce89de8f523e051912e365bdf93b1a4422fd /scripts
parent111f02db2a2cb139a19e4643dd73fa637e40ad6e (diff)
Go 1.21 Upgrade
Fixes #11351
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 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 ...")