Skip to content

migrate testing framework to terraform-plugin-testing #345

migrate testing framework to terraform-plugin-testing

migrate testing framework to terraform-plugin-testing #345

Triggered via pull request March 13, 2024 01:59
Status Failure
Total duration 59s
Artifacts

ci.yaml

on: pull_request
Golint
51s
Golint
integration-test
34s
integration-test
build-terraform-provider
35s
build-terraform-provider
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
integration-test: vendor/github.com/hashicorp/terraform-plugin-framework/internal/proto5server/serve.go#L14
cannot use &Server{} (value of type *Server) as tfprotov5.ProviderServer value in variable declaration: *Server does not implement tfprotov5.ProviderServer (missing method GetMetadata)
integration-test: vendor/github.com/hashicorp/terraform-plugin-framework/internal/proto6server/serve.go#L14
cannot use &Server{} (value of type *Server) as tfprotov6.ProviderServer value in variable declaration: *Server does not implement tfprotov6.ProviderServer (missing method GetMetadata)
integration-test
Process completed with exit code 2.
build-terraform-provider: vendor/github.com/hashicorp/terraform-plugin-framework/internal/proto5server/serve.go#L14
cannot use &Server{} (value of type *Server) as tfprotov5.ProviderServer value in variable declaration: *Server does not implement tfprotov5.ProviderServer (missing method GetMetadata)
build-terraform-provider: vendor/github.com/hashicorp/terraform-plugin-framework/internal/proto6server/serve.go#L14
cannot use &Server{} (value of type *Server) as tfprotov6.ProviderServer value in variable declaration: *Server does not implement tfprotov6.ProviderServer (missing method GetMetadata)
build-terraform-provider
Process completed with exit code 2.
Golint
golangci-lint exit with code 3
integration-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-terraform-provider
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Golint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.