summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-14 20:25:16 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-15 16:40:36 +0100
commit57206e72749966f36c6e731c3f5ce7d9b5b11464 (patch)
tree94be146989993212c1501b47d439634b63aa5262 /scripts
parentb1f867634773d89011f54dbadc714491af8435ad (diff)
Upgrade to Go 1.22.1
Closes #12250
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fork_go_templates/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/fork_go_templates/main.go b/scripts/fork_go_templates/main.go
index 5b9262c0a..38e81ac9d 100644
--- a/scripts/fork_go_templates/main.go
+++ b/scripts/fork_go_templates/main.go
@@ -16,7 +16,8 @@ import (
)
func main() {
- // The current is built with 446a5dcf5a3230ce9832682d8f521071d8a34a2b (go 1.22 dev. Thu Oct 5 12:20:11 2023 -0700)
+ // The current is built with db6097f8cb [release-branch.go1.22] go1.22.1
+ // TODO(bep) preserve the staticcheck.conf file.
fmt.Println("Forking ...")
defer fmt.Println("Done ...")