Skip to content

fix(test): call GetActionValue() instead of GetValue() #3

fix(test): call GetActionValue() instead of GetValue()

fix(test): call GetActionValue() instead of GetValue() #3

Triggered via push July 4, 2024 21:21
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
go-test / Test: pkg/properties/action_property.go#L19
cannot use &actionPropertyType{…} (value of type *actionPropertyType) as ActionProperty value in return statement: *actionPropertyType does not implement ActionProperty (wrong type for method GetValue)
go-test / Test: pkg/properties/property.go#L81
duplicate method GetValue
go-test / Test: pkg/properties/property.go#L82
other declaration of GetValue
go-test / Test
Process completed with exit code 1.
go-lint / Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/