package/go: security bump to version 1.17.11

go1.17.11 includes security fixes to the crypto/rand, crypto/tls, os/exec,
and path/filepath packages, as well as bug fixes to the crypto/tls package.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2022-06-09 08:54:40 +02:00
parent 377a10823e
commit 3b50e06910
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# From https://golang.org/dl/
sha256 299e55af30f15691b015d8dcf8ecae72412412569e5b2ece20361753a456f2f9 go1.17.10.src.tar.gz
sha256 ac2649a65944c6a5abe55054000eee3d77196880da36a3555f62e06540e8eb54 go1.17.11.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
GO_VERSION = 1.17.10
GO_VERSION = 1.17.11
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz