Skip to content

Commit

Permalink
Merge pull request #1847 from MrJoy/fix/development-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Aug 20, 2022
2 parents d5702b7 + 9369dd8 commit 2666b17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/1847.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
update local setup documentation to reflect newer required Go version
```
8 changes: 4 additions & 4 deletions contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) 0.14+ (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

If you wish to work on the provider, you'll first need [Go](http://www.golang.org)
installed on your machine (version 1.17+ is *required*). You'll also need to
installed on your machine (version 1.18+ 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`.

Expand Down Expand Up @@ -62,8 +62,8 @@ will use instead of the version from the remote registry.

## Pulling in unreleased changes from Go library (cloudflare-go)

In some scenarios, you may be wanting to make changes in `cloudflare-go` and have
them reflected in the Terraform provider before they are released upstream. To do
In some scenarios, you may be wanting to make changes in `cloudflare-go` and have
them reflected in the Terraform provider before they are released upstream. To do
this, you can update the `go.mod` file locally (do not commit it) using `go mod replace`.

```
Expand Down

0 comments on commit 2666b17

Please sign in to comment.