Skip to content

Commit

Permalink
add Go version support policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe authored Oct 21, 2021
1 parent 7ffc581 commit 3702d0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ While terraform-exec is already widely used, please note that this module is **n

We strictly follow [semantic versioning](https://semver.org).

## Go version requirements

The terraform-exec module uses the [support policy](https://golang.org/doc/devel/release.html#policy) of Go as its support policy. The two latest major releases of Go are supported.

Currently, that means Go **1.16** or later must be used when using this module.

## Usage

The `Terraform` struct must be initialised with `NewTerraform(workingDir, execPath)`.
Expand Down

0 comments on commit 3702d0b

Please sign in to comment.