Skip to content

Commit 25d9507

Browse files
authored
Update README
- added minimal Go and Goreleaser versions for building Darwin ARM64
1 parent ab923aa commit 25d9507

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Requirements
1111
------------
1212

1313
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
14-
- [Go](https://golang.org/doc/install) 1.11 (to build the provider plugin)
14+
- [Go](https://golang.org/doc/install) >=1.16 (to build the provider plugin)
15+
- [Goreleaser](https://goreleaser.com) >=v0.157.0 (for releasing provider plugin)
16+
17+
The Go ang Goreleaser minimum versions were set to be able to build plugin for Darwin/ARM64 architecture [see goreleaser notes.](https://goreleaser.com/deprecations/#builds-for-darwinarm64)
1518

1619
Using the Provider (TF 0.13+)
1720
----------------------

0 commit comments

Comments
 (0)