mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
package/go: bump version to 1.20.14
go1.20.14 (released 2024-02-06) includes fixes to the crypto/x509 package. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# From https://go.dev/dl
|
||||
sha256 0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e go1.20.13.src.tar.gz
|
||||
sha256 1aef321a0e3e38b7e91d2d7eb64040666cabdcc77d383de3c9522d0d69b67f4e go1.20.14.src.tar.gz
|
||||
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GO_VERSION = 1.20.13
|
||||
GO_VERSION = 1.20.14
|
||||
GO_SITE = https://storage.googleapis.com/golang
|
||||
GO_SOURCE = go$(GO_VERSION).src.tar.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user