Build(deps): Bump github.com/hashicorp/go-tfe from 1.67.0 to 1.70.0 #2103
Annotations
4 errors and 1 warning
lint
cannot use (*mockWorkspaces)(nil) (value of type *mockWorkspaces) as tfe.Workspaces value in variable declaration: *mockWorkspaces does not implement tfe.Workspaces (missing method AddTagBindings)
|
lint
Process completed with exit code 2.
|
run (1, 0)
go test failed (exit code 1) The error output was:
# github.com/hashicorp/terraform-provider-tfe/internal/provider [github.com/hashicorp/terraform-provider-tfe/internal/provider.test]
internal/provider/client_mock_workspaces_test.go:33:24: cannot use (*mockWorkspaces)(nil) (value of type *mockWorkspaces) as tfe.Workspaces value in variable declaration: *mockWorkspaces does not implement tfe.Workspaces (missing method AddTagBindings)
internal/provider/helper_test.go:47:22: cannot use newMockWorkspaces(options) (value of type *mockWorkspaces) as tfe.Workspaces value in assignment: *mockWorkspaces does not implement tfe.Workspaces (missing method AddTagBindings)
? github.com/hashicorp/terraform-provider-tfe [no test files]
Test_GetClient
TestConfig_locateConfigFile
TestConfig_cliConfig
ok github.com/hashicorp/terraform-provider-tfe/internal/client 0.004s
TestLoggingNewLoggingTransport_IsRoundTripper
ok github.com/hashicorp/terraform-provider-tfe/internal/logging 0.006s
? github.com/hashicorp/terraform-provider-tfe/internal/provider/validators [no test files]
? github.com/hashicorp/terraform-provider-tfe/version [no test files]
FAIL github.com/hashicorp/terraform-provider-tfe/internal/provider [build failed]
FAIL
|
Summarize Tests
Process completed with exit code 1.
|
run (1, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: hashicorp-forge/go-test-split-action@796beedbdb3d1bea14cad2d3057bab5c5cf15fe5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|