Build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.26.0 #2339
Annotations
3 errors
lint
Process completed with exit code 2.
|
run (1, 0)
go test failed (exit code 1) The error output was:
# github.com/hashicorp/terraform-plugin-framework/internal/proto5server
../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/proto5server/serve.go:14:34: cannot use &Server{} (value of type *Server) as tfprotov5.ProviderServer value in variable declaration: *Server does not implement tfprotov5.ProviderServer (missing method CloseEphemeralResource)
# github.com/hashicorp/terraform-plugin-framework/internal/proto6server
../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/proto6server/serve.go:14:34: cannot use &Server{} (value of type *Server) as tfprotov6.ProviderServer value in variable declaration: *Server does not implement tfprotov6.ProviderServer (missing method CloseEphemeralResource)
# github.com/hashicorp/terraform-plugin-mux/tf5muxserver
../../../go/pkg/mod/github.com/hashicorp/[email protected]/tf5muxserver/mux_server.go:16:34: cannot use &muxServer{} (value of type *muxServer) as tfprotov5.ProviderServer value in variable declaration: *muxServer does not implement tfprotov5.ProviderServer (missing method CloseEphemeralResource)
../../../go/pkg/mod/github.com/hashicorp/[email protected]/tf5muxserver/mux_server.go:24:14: undefined: tfprotov5.ResourceServerWithMoveResourceState
../../../go/pkg/mod/github.com/hashicorp/[email protected]/tf5muxserver/mux_server.go:64:9: cannot use s (variable of type *muxServer) as tfprotov5.ProviderServer value in return statement: *muxServer does not implement tfprotov5.ProviderServer (missing method CloseEphemeralResource)
../../../go/pkg/mod/github.com/hashicorp/[email protected]/tf5muxserver/mux_server_MoveResourceState.go:37:42: undefined: tfprotov5.ResourceServerWithMoveResourceState
# github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema
../../../go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:33:34: cannot use (*GRPCProviderServer)(nil) (value of type *GRPCProviderServer) as tfprotov5.ProviderServer value in variable declaration: *GRPCProviderServer does not implement tfprotov5.ProviderServer (missing method CloseEphemeralResource)
../../../go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/provider.go:518:9: cannot use NewGRPCProviderServer(p) (value of type *GRPCProviderServer) as tfprotov5.ProviderServer value in return statement: *GRPCProviderServer does not implement tfprotov5.ProviderServer (missing method CloseEphemeralResource)
FAIL github.com/hashicorp/terraform-provider-tfe [build failed]
Test_GetClient
TestConfig_locateConfigFile
TestConfig_cliConfig
ok github.com/hashicorp/terraform-provider-tfe/internal/client 0.005s
TestLoggingNewLoggingTransport_IsRoundTripper
ok github.com/hashicorp/terraform-provider-tfe/internal/logging 0.020s
FAIL github.com/hashicorp/terraform-provider-tfe/internal/provider [build failed]
FAIL github.com/hashicorp/terraform-provider-tfe/internal/provider/validators [build failed]
? github.com/hashicorp/terraform-provider-tfe/version [no test files]
FAIL
|
Summarize Tests
Process completed with exit code 1.
|