fix(deps): update module github.com/hashicorp/go-tfe to v1 #681
Annotations
9 errors and 1 warning
test:
internal/action/import.go#L106
cannot use tfe.TeamListOptions{…} (value of type tfe.TeamListOptions) as type *tfe.TeamListOptions in argument to client.Teams.List
|
test:
internal/action/run_trigger.go#L143
cannot use tfe.RunTriggerListOptions{…} (value of type tfe.RunTriggerListOptions) as type *tfe.RunTriggerListOptions in argument to client.RunTriggers.List
|
test:
internal/action/run_trigger.go#L147
cannot use tfe.String("inbound") (value of type *string) as type tfe.RunTriggerFilterOp in struct literal
|
test:
internal/action/team_access.go#L120
cannot use tfe.TeamListOptions{…} (value of type tfe.TeamListOptions) as type *tfe.TeamListOptions in argument to client.Teams.List
|
test:
internal/action/team_access.go#L134
cannot use tfe.TeamAccessListOptions{…} (value of type tfe.TeamAccessListOptions) as type *tfe.TeamAccessListOptions in argument to client.TeamAccess.List
|
test:
internal/action/team_access.go#L138
cannot use workspace.ID (variable of type *string) as type string in struct literal
|
test:
internal/action/variable.go#L88
cannot use tfe.VariableListOptions{…} (value of type tfe.VariableListOptions) as type *tfe.VariableListOptions in argument to client.Variables.List
|
test:
internal/action/workspace.go#L26
cannot use tfe.OAuthClientListOptions{…} (value of type tfe.OAuthClientListOptions) as type *tfe.OAuthClientListOptions in argument to tfc.OAuthClients.List
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|