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 e98acb4539
commit 32aa667592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"