dev: use golang 1.11.5
Use latest Golang point release at this time for development.
This commit is contained in:
parent
e98acb4539
commit
32aa667592
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue