mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Switch to Go 1.8 installation inside CI (#589)
* Switch to Go 1.8 installation inside CI Partially Addresses: #588 * Use url.Hostname() instead of custom method
This commit is contained in:
@@ -16,9 +16,9 @@ checkout:
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz
|
||||
- wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
||||
- mkdir -p $HOME/golang
|
||||
- tar -C $HOME/golang -xvzf go1.7.1.linux-amd64.tar.gz
|
||||
- tar -C $HOME/golang -xvzf go1.8.linux-amd64.tar.gz
|
||||
- wget https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz
|
||||
- tar -C $HOME/bin -xvzf glide-v0.12.3-linux-amd64.tar.gz --strip=1
|
||||
override:
|
||||
|
||||
Reference in New Issue
Block a user