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
commit 76afe33812
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"