From 8b39532a1624b19ba66cadebd71cd51ef218f72f Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Thu, 6 Jan 2022 13:44:26 -0800 Subject: [PATCH] package/go: security bump to version 1.16.13 go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the net/http, net/http/httptest, and time packages. go1.16.12 (released 2021-12-09) includes security fixes to the syscall and net/http packages. go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the net/http package. Signed-off-by: Christian Stewart Signed-off-by: Peter Korsgaard --- package/go/go.hash | 2 +- package/go/go.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/go/go.hash b/package/go/go.hash index 10bbb741e0..7071fcd99d 100644 --- a/package/go/go.hash +++ b/package/go/go.hash @@ -1,3 +1,3 @@ # From https://golang.org/dl/ -sha256 a905472011585e403d00d2a41de7ced29b8884309d73482a307f689fd0f320b5 go1.16.10.src.tar.gz +sha256 b0926654eaeb01ef43816638f42d7b1681f2d3f41b9559f07735522b7afad41a go1.16.13.src.tar.gz sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE diff --git a/package/go/go.mk b/package/go/go.mk index 8a65e20380..cac83c65ff 100644 --- a/package/go/go.mk +++ b/package/go/go.mk @@ -4,7 +4,7 @@ # ################################################################################ -GO_VERSION = 1.16.10 +GO_VERSION = 1.16.13 GO_SITE = https://storage.googleapis.com/golang GO_SOURCE = go$(GO_VERSION).src.tar.gz