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:
Peter Korsgaard
2024-03-01 07:59:44 +01:00
parent 967c346257
commit 63a51b964a
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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