Skip to content

fix goreleaser

fix goreleaser #19

Triggered via push April 15, 2024 06:50
Status Failure
Total duration 2m 24s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
Golang Lint: pkg/controllers/utils/revision/revision_manager.go#L151
rm.Update undefined (type *RevisionManager has no field or method Update) (typecheck)
Golang Lint: pkg/controllers/utils/revision/revision_manager.go#L205
rm.Delete undefined (type *RevisionManager has no field or method Delete) (typecheck)
Golang Lint: pkg/controllers/utils/revision/revision_manager.go#L230
rm.Create undefined (type *RevisionManager has no field or method Create) (typecheck)
Golang Lint: pkg/controllers/utils/revision/revision_manager.go#L233
rm.Get undefined (type *RevisionManager has no field or method Get) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L360
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L361
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L362
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L365
podInfo.Name undefined (type *PodUpdateInfo has no field or method Name) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L389
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L391
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
Unit Test
Process completed with exit code 2.
Golang Lint
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/.
Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/