Skip to content

chore(deps): bump github.com/stmcginnis/gofish from 0.15.0 to 0.19.0 #43

chore(deps): bump github.com/stmcginnis/gofish from 0.15.0 to 0.19.0

chore(deps): bump github.com/stmcginnis/gofish from 0.15.0 to 0.19.0 #43

Triggered via pull request July 11, 2024 13:41
Status Failure
Total duration 1m 23s
Artifacts

test-and-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test-and-lint: collector/chassis_collector.go#L171
cannot use chassisFan (variable of type redfish.ThermalFan) as redfish.Fan value in argument to parseChassisFan
test-and-lint: collector/chassis_collector.go#L283
chassisFan.MemberID undefined (type redfish.Fan has no field or method MemberID)
test-and-lint: collector/chassis_collector.go#L288
chassisFan.Reading undefined (type redfish.Fan has no field or method Reading)
test-and-lint: collector/chassis_collector.go#L289
chassisFan.ReadingUnits undefined (type redfish.Fan has no field or method ReadingUnits)
test-and-lint: collector/chassis_collector.go#L290
chassisFan.LowerThresholdCritical undefined (type redfish.Fan has no field or method LowerThresholdCritical)
test-and-lint: collector/chassis_collector.go#L291
chassisFan.UpperThresholdCritical undefined (type redfish.Fan has no field or method UpperThresholdCritical)
test-and-lint: collector/chassis_collector.go#L292
chassisFan.LowerThresholdFatal undefined (type redfish.Fan has no field or method LowerThresholdFatal)
test-and-lint: collector/chassis_collector.go#L293
chassisFan.UpperThresholdFatal undefined (type redfish.Fan has no field or method UpperThresholdFatal)
test-and-lint: collector/chassis_collector.go#L294
chassisFan.MinReadingRange undefined (type redfish.Fan has no field or method MinReadingRange)
test-and-lint: collector/chassis_collector.go#L295
chassisFan.MaxReadingRange undefined (type redfish.Fan has no field or method MaxReadingRange)
test-and-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/