Skip to content

Add golangci-lint for patches #1242

Add golangci-lint for patches

Add golangci-lint for patches #1242

Triggered via pull request December 8, 2023 03:22
Status Failure
Total duration 1m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

makefile.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: pkg/nsx/services/node/node.go#L46
nodeService.InitializeResourceStore undefined (type *NodeService has no field or method InitializeResourceStore) (typecheck)
build: pkg/nsx/services/node/node.go#L79
service.NSXClient undefined (type *NodeService has no field or method NSXClient) (typecheck)
build: pkg/nsx/services/node/store.go#L22
nodeStore.Delete undefined (type *NodeStore has no field or method Delete) (typecheck)
build: pkg/nsx/services/node/store.go#L28
nodeStore.Add undefined (type *NodeStore has no field or method Add) (typecheck)
build: pkg/nsx/services/realizestate/realize_state.go#L45
service.NSXClient undefined (type *RealizeStateService has no field or method NSXClient) (typecheck)
build: pkg/nsx/services/subnetport/builder.go#L52
service.Client undefined (type *SubnetPortService has no field or method Client) (typecheck)
build: pkg/nsx/services/subnetport/builder.go#L83
service.NSXConfig undefined (type *SubnetPortService has no field or method NSXConfig) (typecheck)
build: pkg/nsx/services/subnetport/store.go#L80
vs.Delete undefined (type *SubnetPortStore has no field or method Delete) (typecheck)
build: pkg/nsx/services/subnetport/store.go#L86
vs.Add undefined (type *SubnetPortStore has no field or method Add) (typecheck)
build: pkg/nsx/services/subnetport/store.go#L115
vs.List undefined (type *SubnetPortStore has no field or method List) (typecheck)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/