Skip to content

Bump github.com/turbot/pipes-sdk-go from 0.9.0 to 0.10.0 #101

Bump github.com/turbot/pipes-sdk-go from 0.9.0 to 0.10.0

Bump github.com/turbot/pipes-sdk-go from 0.9.0 to 0.10.0 #101

Triggered via pull request August 5, 2024 13:28
Status Failure
Total duration 3m 26s
Artifacts

golangci-lint.yml

on: pull_request
golangci_lint_workflow  /  lint
3m 18s
golangci_lint_workflow / lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci_lint_workflow / lint: pipes/connection_config.go#L1
: # github.com/turbot/steampipe-plugin-pipes/pipes
golangci_lint_workflow / lint: pipes/table_pipes_connection.go#L430
cannot use h.Item.(openapi.Connection).IdentityId (value of type *string) as string value in assignment
golangci_lint_workflow / lint: pipes/table_pipes_connection.go#L432
cannot use h.Item.(*openapi.Connection).IdentityId (variable of type *string) as string value in assignment
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L365
cannot use svc.UserWorkspaceAggregators.Get(ctx, userHandle, workspaceHandle, aggregatorHandle).Execute() (value of type "github.com/turbot/pipes-sdk-go".Aggregator) as "github.com/turbot/pipes-sdk-go".WorkspaceAggregator value in assignment
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L391
cannot use svc.OrgWorkspaceAggregators.Get(ctx, orgHandle, workspaceHandle, aggregatorHandle).Execute() (value of type "github.com/turbot/pipes-sdk-go".Aggregator) as "github.com/turbot/pipes-sdk-go".WorkspaceAggregator value in assignment
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L464
cannot use identityId (variable of type *string) as string value in argument to strings.HasPrefix
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L465
cannot use identityId (variable of type *string) as string value in argument to svc.Users.Get
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L471
cannot use identityId (variable of type *string) as string value in argument to svc.UserWorkspaces.Get
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L471
cannot use workspaceId (variable of type *string) as string value in argument to svc.UserWorkspaces.Get
golangci_lint_workflow / lint: pipes/table_pipes_workspace_aggregator.go#L477
cannot use identityId (variable of type *string) as string value in argument to svc.Orgs.Get
golangci_lint_workflow / lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/