1

bump to go 1.19

Removing --no-gc-sections, because that's now in Go. Whoo!
This commit is contained in:
2022-08-12 05:18:18 +03:00
parent 5240246cab
commit 771fcc5bc6
2 changed files with 1 additions and 18 deletions

View File

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