Skip to content

Commit

Permalink
Merge pull request #14181 from terraform-providers/td-go-1-14-5
Browse files Browse the repository at this point in the history
provider/go: bump to v1.14.5
  • Loading branch information
anGie44 authored Jul 22, 2020
2 parents fc7daba + 67bcab5 commit 0b8d55f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.7
1.14.5
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Requirements

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

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-providers/terraform-provider-aws

go 1.13
go 1.14

require (
github.com/aws/aws-sdk-go v1.32.12
Expand Down
Loading

0 comments on commit 0b8d55f

Please sign in to comment.