Bump github.com/hashicorp/go-tfe from 0.17.1 to 1.38.0 #108
golangci-lint.yml
on: pull_request
golangci_lint_workflow
/
lint
2m 23s
Annotations
10 errors
golangci_lint_workflow / lint:
tfe/connection_config.go#L1
: # github.com/turbot/steampipe-plugin-tfe/tfe
|
golangci_lint_workflow / lint:
tfe/table_tfe_oauth_client.go#L70
cannot use options (variable of type "github.com/hashicorp/go-tfe".OAuthClientListOptions) as *"github.com/hashicorp/go-tfe".OAuthClientListOptions value in argument to conn.OAuthClients.List
|
golangci_lint_workflow / lint:
tfe/table_tfe_organization.go#L63
cannot use options (variable of type "github.com/hashicorp/go-tfe".OrganizationListOptions) as *"github.com/hashicorp/go-tfe".OrganizationListOptions value in argument to conn.Organizations.List
|
golangci_lint_workflow / lint:
tfe/table_tfe_organization_member.go#L47
cannot use "user,teams" (untyped string constant) as []"github.com/hashicorp/go-tfe".OrgMembershipIncludeOpt value in struct literal
|
golangci_lint_workflow / lint:
tfe/table_tfe_organization_member.go#L61
cannot use options (variable of type "github.com/hashicorp/go-tfe".OrganizationMembershipListOptions) as *"github.com/hashicorp/go-tfe".OrganizationMembershipListOptions value in argument to conn.OrganizationMemberships.List
|
golangci_lint_workflow / lint:
tfe/table_tfe_run.go#L65
cannot use &include (value of type *string) as []"github.com/hashicorp/go-tfe".RunIncludeOpt value in struct literal
|
golangci_lint_workflow / lint:
tfe/table_tfe_run.go#L79
cannot use options (variable of type "github.com/hashicorp/go-tfe".RunListOptions) as *"github.com/hashicorp/go-tfe".RunListOptions value in argument to conn.Runs.List
|
golangci_lint_workflow / lint:
tfe/table_tfe_run.go#L108
cannot use include (variable of type string) as []"github.com/hashicorp/go-tfe".RunIncludeOpt value in struct literal
|
golangci_lint_workflow / lint:
tfe/table_tfe_sentinel_policy.go#L64
cannot use options (variable of type "github.com/hashicorp/go-tfe".PolicyListOptions) as *"github.com/hashicorp/go-tfe".PolicyListOptions value in argument to conn.Policies.List
|
golangci_lint_workflow / lint:
tfe/table_tfe_ssh_key.go#L59
cannot use options (variable of type "github.com/hashicorp/go-tfe".SSHKeyListOptions) as *"github.com/hashicorp/go-tfe".SSHKeyListOptions value in argument to conn.SSHKeys.List
|