Merge pull request #5256 from hashicorp/r-golang-1.11.5

dev: use golang 1.11.5
This commit is contained in:
Mahmood Ali
2019-01-29 08:39:58 -05:00
committed by GitHub

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"