Skip to content

Commit

Permalink
Merge pull request #632 from hashicorp/td-go-1.18.4
Browse files Browse the repository at this point in the history
Bump Go version to 1.18.4
  • Loading branch information
ewbankkit authored Aug 18, 2022
2 parents 2da6426 + f616fa3 commit 8614ac3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 394 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.12
1.18.4
2 changes: 1 addition & 1 deletion contributing/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) 1.0.7+ (to run acceptance tests)
- [Go](https://golang.org/doc/install) 1.17 (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.18 (to build the provider plugin)

## Quick Start

Expand Down
2 changes: 0 additions & 2 deletions contributing/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

The HashiCorp Terraform AWS provider team is:

* Mary Cutrali, Product Manager - GitHub [@maryelizbeth](https://github.com/maryelizbeth), Twitter [@marycutrali](https://twitter.com/marycutrali)
* Kit Ewbank, Engineer - GitHub [@ewbankkit](https://github.com/ewbankkit)
* Graham Davison, Engineer - GitHub [@gdavison](https://github.com/gdavison)
* Angie Pinilla, Engineer - GitHub [@angie44](https://github.com/angie44)
* Dirk Avery (Federal), Engineer - GitHub [@YakDriver](https://github.com/yakdriver)
* Zoe Helding, Engineer - GitHub [@zhelding](https://github.com/zhelding)
* Simon Davis, Engineering Manager - GitHub [@breathingdust](https://github.com/breathingdust)
Expand Down
8 changes: 4 additions & 4 deletions contributing/pullrequest-submission-and-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ expect:

## Pull Request Lifecycle

1. [Fork the GitHub repository](https://help.github.com/en/articles/fork-a-repo),
modify the code, and [create a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork).
1. [Fork the GitHub repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo),
modify the code, and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
You are welcome to submit your pull request for commentary or review before
it is fully completed by creating a [draft pull request](https://help.github.com/en/articles/about-pull-requests#draft-pull-requests)
it is fully completed by creating a [draft pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests)
or adding `[WIP]` to the beginning of the pull request title.
Please include specific questions or items you'd like feedback on.

1. Once you believe your pull request is ready to be reviewed, ensure the
pull request is not a draft pull request by [marking it ready for review](https://help.github.com/en/articles/changing-the-stage-of-a-pull-request)
pull request is not a draft pull request by [marking it ready for review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request)
or removing `[WIP]` from the pull request title if necessary, and a
maintainer will review it. Follow [the checklists below](#checklists-for-contribution)
to help ensure that your contribution can be easily reviewed and potentially
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/hashicorp/terraform-provider-awscc

go 1.17
go 1.18

require (
github.com/aws/aws-sdk-go-v2 v1.16.11
Expand Down
46 changes: 0 additions & 46 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-awscc/tools

go 1.17
go 1.18

require (
github.com/client9/misspell v0.3.4
Expand Down
338 changes: 0 additions & 338 deletions tools/go.sum

Large diffs are not rendered by default.

0 comments on commit 8614ac3

Please sign in to comment.