From: Heschi Kreinick Date: Mon, 17 Jul 2023 16:14:31 +0000 (-0400) Subject: internal/goversion: update Version to 1.22 X-Git-Tag: go1.22rc1~1609 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=21ff9be0ebdbe5a96198db6478da8259f1491538;p=gostls13.git internal/goversion: update Version to 1.22 For #40705. Change-Id: I06df5f4ea5cf65420c2dac754a1e65ac819c1090 Reviewed-on: https://go-review.googlesource.com/c/go/+/510735 Auto-Submit: Heschi Kreinick Reviewed-by: Eli Bendersky TryBot-Result: Gopher Robot Run-TryBot: Heschi Kreinick --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index 5a52f9eac8..770ef11356 100644 --- a/src/internal/goversion/goversion.go +++ b/src/internal/goversion/goversion.go @@ -9,4 +9,4 @@ package goversion // // It should be updated at the start of each development cycle to be // the version of the next Go 1.x release. See golang.org/issue/40705. -const Version = 21 +const Version = 22