bump golang to 1.18.9 for several CVEs

* net/http (CVE-2022-41717, CVE-2022-41720)
* os (CVE-2022-41720)

Signed-off-by: Neil Hanlon <neil@rockylinux.org>
This commit is contained in:
Neil Hanlon 2022-12-07 13:28:15 -05:00
parent 8222ab2f43
commit ef70d3c41b
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ go_rules_dependencies()
go_register_toolchains(
nogo = "@peridot//:nogo",
version = "1.18.3",
version = "1.18.9",
)
go_repository(