From 689f520e1dae40936490b47043559d182a817c89 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Mon, 7 Jan 2019 18:04:34 -0500 Subject: provider: Require Go 1.11 in TravisCI and README provider: Run go fix provider: Run go fmt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffed474..ccdb57d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Requirements ------------ - [Terraform](https://www.terraform.io/downloads.html) 0.10.x -- [Go](https://golang.org/doc/install) 1.8 (to build the provider plugin) +- [Go](https://golang.org/doc/install) 1.11 (to build the provider plugin) Building The Provider --------------------- @@ -37,7 +37,7 @@ Using the provider Developing the Provider --------------------------- -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`. +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`. To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory. -- cgit v1.2.3