commit | d3c59d22955d01ff4afcada9d4845cd935d820b7 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@nexantic.com> | Mon May 11 16:00:22 2020 +0200 |
committer | Lorenz Brun <lorenz@nexantic.com> | Mon May 11 16:00:22 2020 +0200 |
tree | faa355d618630f556b053707cbe5ee60f84a534e | |
parent | c88c82db8b1a7f8a07782c970e1d0dfb453f9f66 [diff] [blame] |
Update to Go 1.14 Updates the Go toolchain to 1.14 and gets rid of all upstreamed patches. Also shrinks binary sizes. Test Plan: Should be covered by CI. X-Origin-Diff: phab/D515 GitOrigin-RevId: 1c400a6ba6a8d78a02aba925d95486b807eda0e9
diff --git a/WORKSPACE b/WORKSPACE index 552be65..fa23fac 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -80,7 +80,7 @@ go_rules_dependencies() go_register_toolchains( - go_version = "1.13", + go_version = "1.14", nogo = "@//:nogo_vet", )