package/go: bump to version 1.20.13

go1.20.13 (released 2024-01-09) includes fixes to the runtime and the
crypto/tls package.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-01-13 15:37:04 +01:00
parent 2b46bd7404
commit 9d9239c795
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# From https://go.dev/dl
sha256 c5bf934751d31c315c1d0bb5fb02296545fa6d08923566f7a5afec81f2ed27d6 go1.20.12.src.tar.gz
sha256 0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e go1.20.13.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE

View File

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