Skip to content

Commit

Permalink
updating to Go 1.14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed May 26, 2020
1 parent 6312685 commit dc2333f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.2
1.14.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker
language: go
go:
- "1.13.x"
- "1.14.x"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Further [usage documentation is available on the Terraform website](https://www.
## Developer Requirements

* [Terraform](https://www.terraform.io/downloads.html) version 0.12.x +
* [Go](https://golang.org/doc/install) version 1.13.x (to build the provider plugin)
* [Go](https://golang.org/doc/install) version 1.14.x (to build the provider plugin)

If you're on Windows you'll also need:
* [Make for Windows](http://gnuwin32.sourceforge.net/packages/make.htm)
Expand Down

0 comments on commit dc2333f

Please sign in to comment.