dev: use golang 1.11.5

Use latest Golang point release at this time for development.
This commit is contained in:
Mahmood Ali
2019-01-28 15:05:47 -05:00
committed by GitHub
parent d69ccf16cb
commit 6b12ce0e91

View File

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