mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
build: Update travis to go1.7.5 and go1.8rc3 and Vagrantfile to go1.7.5 (#11490)
* Update travis to go1.7.5 and go1.8rc3 * Update Vagrantfile to go1.7.5
This commit is contained in:
parent
5d8662d5da
commit
c01680b7a9
@ -1,8 +1,8 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7.4
|
- 1.7.5
|
||||||
- 1.8rc2
|
- 1.8rc3
|
||||||
install:
|
install:
|
||||||
# This script is used by the Travis build to install a cookie for
|
# This script is used by the Travis build to install a cookie for
|
||||||
# go.googlesource.com so rate limits are higher when using `go get` to fetch
|
# go.googlesource.com so rate limits are higher when using `go get` to fetch
|
||||||
|
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -5,7 +5,7 @@
|
|||||||
VAGRANTFILE_API_VERSION = "2"
|
VAGRANTFILE_API_VERSION = "2"
|
||||||
|
|
||||||
# Software version variables
|
# Software version variables
|
||||||
GOVERSION = "1.7.4"
|
GOVERSION = "1.7.5"
|
||||||
UBUNTUVERSION = "16.04"
|
UBUNTUVERSION = "16.04"
|
||||||
|
|
||||||
# CPU and RAM can be adjusted depending on your system
|
# CPU and RAM can be adjusted depending on your system
|
||||||
|
Loading…
Reference in New Issue
Block a user