fix goreleaser #19
Annotations
10 errors and 1 warning
golangci-lint:
pkg/controllers/utils/revision/revision_manager.go#L151
rm.Update undefined (type *RevisionManager has no field or method Update) (typecheck)
|
golangci-lint:
pkg/controllers/utils/revision/revision_manager.go#L205
rm.Delete undefined (type *RevisionManager has no field or method Delete) (typecheck)
|
golangci-lint:
pkg/controllers/utils/revision/revision_manager.go#L230
rm.Create undefined (type *RevisionManager has no field or method Create) (typecheck)
|
golangci-lint:
pkg/controllers/utils/revision/revision_manager.go#L233
rm.Get undefined (type *RevisionManager has no field or method Get) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L360
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L361
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L362
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L365
podInfo.Name undefined (type *PodUpdateInfo has no field or method Name) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L389
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L391
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading