app-arch/torcx: update golang.org/x/text to 0.3.8

Update golang.org/x/text to 0.3.8, mainly to address CVE-2022-32149.

Pulls in https://github.com/flatcar/torcx/pull/15.
This commit is contained in:
Dongsu Park 2023-02-22 10:11:23 +01:00
parent 822972911e
commit ea5b382bb3
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ COREOS_GO_GO111MODULE="off"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="72556df98e14575721b6a8dc3c9775d2b4d6e3e8" # flatcar-master
CROS_WORKON_COMMIT="3e7173395658a7e43ec0cb0dd2077795931d857f" # flatcar-master
KEYWORDS="amd64 arm64"
fi