diff mbox series

[1/1] package/go: bump version to 1.19.5

Message ID 20230112040501.328931-1-christian@paral.in
State Accepted
Headers show
Series [1/1] package/go: bump version to 1.19.5 | expand

Commit Message

Christian Stewart Jan. 12, 2023, 4:05 a.m. UTC
go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and
the crypto/x509, net/http, sync/atomic, and syscall packages.

https://github.com/golang/go/issues?q=milestone%3AGo1.19.5+label%3ACherryPickApproved

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

Comments

Peter Korsgaard Jan. 12, 2023, 10:45 a.m. UTC | #1
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and
 > the crypto/x509, net/http, sync/atomic, and syscall packages.

 > https://github.com/golang/go/issues?q=milestone%3AGo1.19.5+label%3ACherryPickApproved

 > Signed-off-by: Christian Stewart <christian@paral.in>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/go/go.hash b/package/go/go.hash
index d35db10213..4c22f0f274 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@ 
 # From https://go.dev/dl
-sha256  eda74db4ac494800a3e66ee784e495bfbb9b8e535df924a8b01b1a8028b7f368  go1.19.4.src.tar.gz
+sha256  8e486e8e85a281fc5ce3f0bedc5b9d2dbf6276d7db0b25d3ec034f313da0375f  go1.19.5.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 44e0c622c9..d3ed07f03b 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GO_VERSION = 1.19.4
+GO_VERSION = 1.19.5
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz