Skip to content

Commit d0405c1

Browse files
authored
Update go versions used in development (hashicorp#381)
Parallel to hashicorp#2934
1 parent 1b9555b commit d0405c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- docker
55
language: go
66
go:
7-
- "1.11"
7+
- "1.11.x"
88

99
install:
1010
# This script is used by the Travis build to install a cookie for

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To upgrade to the latest stable version of the Google provider run `terraform in
5151
Developing the Provider
5252
---------------------------
5353

54-
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.11+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.
54+
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.11.4+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.
5555

5656
To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
5757

0 commit comments

Comments
 (0)