golang: Update to 1.13.15

This includes a fix for CVE-2020-16845 (encoding/binary: ReadUvarint and
ReadVarint can read an unlimited number of bytes from invalid inputs).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2020-08-12 04:42:02 +08:00
parent f91521f756
commit 6970bc7436
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ endif
GO_VERSION_MAJOR_MINOR:=1.13
GO_VERSION_PATCH:=14
GO_VERSION_PATCH:=15