Skip to content

Commit

Permalink
Merge pull request #908 from newrelic/gosupport
Browse files Browse the repository at this point in the history
docs: update supported Go information and test config
  • Loading branch information
zlesnr authored Sep 29, 2020
2 parents 4e81e40 + 979378a commit af325ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
go-version:
- 1.13.x
- 1.14.x
- 1.15.x
platform:
- ubuntu-latest
- macos-latest
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ _Note:_ Acceptance tests _create real resources_, and often cost money to run. T
$ make testacc
```

#### Go Version Support

We'll aim to support the latest supported release of Go, along with the
previous release. This doesn't mean that building with an older version of Go
will not work, but we don't intend to support a Go version in this project that
is not supported by the larger Go community. Please see the [Go
releases][go_releases] page for more details.

[provider_docs]: https://www.terraform.io/docs/providers/newrelic/index.html

[contributing]: https://github.com/newrelic/terraform-provider-newrelic/blob/master/CONTRIBUTING.md

[go_releases]: https://github.com/golang/go/wiki/Go-Release-Cycle
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/newrelic/terraform-provider-newrelic/v2

go 1.13
go 1.15

require (
github.com/bflad/tfproviderlint v0.18.0
Expand Down

0 comments on commit af325ac

Please sign in to comment.