1
Fork 0

WORKSPACE: upgrade to go 1.18.3

nix
Motiejus Jakštys 2022-06-08 11:55:07 +03:00
parent 8b7597f4a1
commit cefae49ecc
1 changed files with 1 additions and 1 deletions

View File

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