1

bump go to 1.18.1

This commit is contained in:
Motiejus Jakštys 2022-04-26 05:06:59 +03:00
parent b48e1a62ee
commit 4cc8a7b551

View File

@ -30,7 +30,7 @@ go_rules_dependencies()
# use latest stable.
go_download_sdk(
name = "go_sdk",
version = "1.18",
version = "1.18.1",
)
go_register_toolchains()