diff mbox series

[v1,1/1] package/go: bump version to go1.21.7

Message ID 20240206221722.33303-1-christian@aperture.us
State Accepted
Headers show
Series [v1,1/1] package/go: bump version to go1.21.7 | expand

Commit Message

Christian Stewart Feb. 6, 2024, 10:17 p.m. UTC
go1.21.7 (released 2024-02-06) includes fixes to the compiler, the go command,
the runtime, and the crypto/x509 package.

https://go.dev/doc/devel/release#go1.21.7

Signed-off-by: Christian Stewart <christian@aperture.us>
---
 package/go/go.hash | 2 +-
 package/go/go.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Feb. 6, 2024, 10:30 p.m. UTC | #1
>>>>> "Christian" == Christian Stewart <christian@aperture.us> writes:

 > go1.21.7 (released 2024-02-06) includes fixes to the compiler, the go command,
 > the runtime, and the crypto/x509 package.

 > https://go.dev/doc/devel/release#go1.21.7

 > Signed-off-by: Christian Stewart <christian@aperture.us>

Committed, thanks.
Peter Korsgaard March 1, 2024, 6:51 a.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Christian" == Christian Stewart <christian@aperture.us> writes:
 >> go1.21.7 (released 2024-02-06) includes fixes to the compiler, the go command,
 >> the runtime, and the crypto/x509 package.

 >> https://go.dev/doc/devel/release#go1.21.7

 >> Signed-off-by: Christian Stewart <christian@aperture.us>

 > Committed, thanks.

Committed to 2023.11.x, thanks.

For 2023.02.x I will instead bump to 1.20.14.
diff mbox series

Patch

diff --git a/package/go/go.hash b/package/go/go.hash
index bee10089a7..d008019e94 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@ 
 # From https://go.dev/dl
-sha256  124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248  go1.21.6.src.tar.gz
+sha256  00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6  go1.21.7.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index f9d31aacac..9efd4a3123 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GO_VERSION = 1.21.6
+GO_VERSION = 1.21.7
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz