Skip to content

Commit 81a53e3

Browse files
committed
provider: Require Go 1.11 in TravisCI and README
provider: Run go fix provider: Run go fmt
1 parent d948b19 commit 81a53e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

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

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Requirements
1111
------------
1212

1313
- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
14-
- [Go](https://golang.org/doc/install) 1.8 (to build the provider plugin)
14+
- [Go](https://golang.org/doc/install) 1.11 (to build the provider plugin)
1515

1616
Building The Provider
1717
---------------------
@@ -37,7 +37,7 @@ Using the provider
3737
Developing the Provider
3838
---------------------------
3939

40-
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.8+ 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`.
40+
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`.
4141

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

0 commit comments

Comments
 (0)