1
Fork 0

bump go to 1.18.2

This commit is contained in:
Motiejus Jakštys 2022-05-17 14:42:37 +03:00
parent 0044260206
commit dd8665fc7f
1 changed files with 1 additions and 1 deletions

View File

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