We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b16e927 + ce89588 commit ddfa4d1Copy full SHA for ddfa4d1
3 files changed
.travis.yml
@@ -2,7 +2,7 @@ language: go
2
go:
3
- "1.12"
4
env:
5
- - GO111MODULE=on
+ - GO111MODULE=on GOPROXY=https://proxy.golang.org
6
deploy:
7
provider: releases
8
api_key:
go.mod
@@ -4,5 +4,5 @@ go 1.12
require (
github.com/Ouest-France/gofortiadc v0.0.6
- github.com/hashicorp/terraform v0.11.13
+ github.com/hashicorp/terraform v0.12.0
)
0 commit comments