scripts: update go version to 1.11.1

Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
This commit is contained in:
Mikhail Ushanov 2018-10-12 15:35:55 +03:00
parent d75bab9523
commit 15235ce315
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
function install_go() { function install_go() {
local go_version=1.9.2 local go_version=1.11.1
local download= local download=
download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz" download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"