go: update to 1.18.2

release notes:
- https://go.dev/doc/devel/release#go1.18.minor

go1.18.2 (released 2022-05-10) includes security fixes to the syscall
package, as well as bug fixes to the compiler, runtime, the go command,
and the crypto/x509, go/types, net/http/httptest, reflect, and
sync/atomic packages. See the Go 1.18.2 milestone on our issue tracker
for details.
This commit is contained in:
Rudi Heitbaum 2022-05-12 14:35:10 +00:00
parent 5e1733b6e4
commit 1b0535867c

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="go"
PKG_VERSION="1.18.1"
PKG_SHA256="7b55918522e9cf4849ec02c719b81b97c9f15fa5f7576a399d3c20bd2532ad29"
PKG_VERSION="1.18.2"
PKG_SHA256="b76e590857060fdc575a37d4204c15df33de6d23e49d5cf9bdce93083e4dcddb"
PKG_LICENSE="BSD"
PKG_SITE="https://golang.org"
PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz"