Commit Graph

8 Commits

Author SHA1 Message Date
Andrew Starr-Bochicchio 0da4a4a4e0
Remove website-test from CI and Makefile. (#468)
As part of the repo transition, our docs have been
removed from terraform.io They now redirect to our
page in the registry.

e832984aa6

This leads to test failures in CI. These test can
be removed as they are no longer relevent.

HashiCorp has provided a tool for previewing how
markdown will render on the registry.
2020-07-21 11:11:22 -04:00
Andrew Starr-Bochicchio 53cb1232f5
New Goreleaser and GitHub Actions-based release pipeline (#464)
* Add Goreleaser configuration.

* Add GitHub Action for release workflow.

* Add release overview to README.

* Run tests with same version used to build the provider.
2020-07-20 15:13:42 -04:00
Andrew Starr-Bochicchio d92361e865
Update .go-version to 1.12.9 (#323)
Both the plugin SDK and Terraform itself are using Go 1.12.9.
This updates use to that version as well as updating Travis
to test on 1.12.x and 1.13.x

https://github.com/hashicorp/terraform/blob/master/.go-version
https://github.com/hashicorp/terraform-plugin-sdk/blob/master/.go-version
2019-10-23 19:38:18 -04:00
Alex Pilon 9833d0afb5
deps: use go modules for dep mgmt
run go mod tidy
remove govendor from makefile and travis config
set appropriate env vars for go modules
2019-03-01 15:53:10 -05:00
Alex Pilon 29d16d3217
provider: Require Go 1.11 in TravisCI and README
provider: Run go fix
provider: Run go fmt
2019-01-07 17:05:13 -05:00
Tilen Faganel 09b2fb5593
Updated the travis CI go build version to the latest minimum go version needed to build the project 2018-08-26 23:01:49 +01:00
Radek Simko f5caaae0e1
make: Add website + website-test targets 2018-05-01 17:44:41 +01:00
Jake Champlin 7a9ee7c2a1
Updating Makefile + Add gitignore 2017-06-09 14:28:09 -04:00