Go 1.21 Upgrade

Fixes #11351
This commit is contained in:
Bjørn Erik Pedersen 2023-08-23 18:23:52 +02:00
parent 111f02db2a
commit 24b1be45c1
26 changed files with 438 additions and 108 deletions

View file

@ -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 ...")