dev: upgrade go to 1.11.3

This commit is contained in:
Mahmood Ali
2018-12-14 09:41:41 -05:00
parent 3ee0e0f2d6
commit edf5674796

View File

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