File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- 1.13.4
1+ 1.14.3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44- docker
55language : go
66go :
7- - " 1.13 .x"
7+ - " 1.14 .x"
88
99install :
1010# This script is used by the Travis build to install a cookie for
Original file line number Diff line number Diff line change @@ -3,15 +3,13 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website
33PKG_NAME =google
44DIR_NAME =google-beta
55
6- GO111MODULE =on
7-
86default : build
97
108build : fmtcheck generate
119 go install
1210
1311test : fmtcheck generate
14- go test $(TESTARGS ) -timeout=30s -parallel=4 $(TEST )
12+ go test $(TESTARGS ) -timeout=30s $(TEST )
1513
1614testacc : fmtcheck
1715 TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST ) -v $(TESTARGS ) -timeout 240m -ldflags=" -X=github.com/terraform-providers/terraform-provider-google-beta/version.ProviderVersion=acc"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Developing the Provider
5151---------------------------
5252
5353If you wish to work on the provider, you'll first need [ Go] ( http://www.golang.org )
54- installed on your machine (version 1.13 .0+ is * required* ). You can use [ goenv] ( https://github.com/syndbg/goenv )
54+ installed on your machine (version 1.14 .0+ is * required* ). You can use [ goenv] ( https://github.com/syndbg/goenv )
5555to manage your Go version. You'll also need to correctly setup a [ GOPATH] ( http://golang.org/doc/code.html#GOPATH ) ,
5656as well as adding ` $GOPATH/bin ` to your ` $PATH ` .
5757
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ require (
2424 google.golang.org/api v0.25.0
2525)
2626
27- go 1.13
27+ go 1.14
You can’t perform that action at this time.
0 commit comments