mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update Travis and Vagrant to go 1.7.4
This commit is contained in:
parent
ecfc5470de
commit
9afa5d0f07
@ -1,7 +1,7 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7.3
|
- 1.7.4
|
||||||
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"
|
||||||
|
|
||||||
$script = <<SCRIPT
|
$script = <<SCRIPT
|
||||||
GOVERSION="1.7.3"
|
GOVERSION="1.7.4"
|
||||||
SRCROOT="/opt/go"
|
SRCROOT="/opt/go"
|
||||||
SRCPATH="/opt/gopath"
|
SRCPATH="/opt/gopath"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user