ci: update ci workflows #29
ci.yml
on: pull_request
Commit Lint
12s
Code Analysis
3m 30s
Go Build Check
10m 47s
Annotations
7 errors and 1 warning
Go Build Check:
inputs/node_exporter/collector/diskstats_darwin.go#L212
undefined: iostat.ReadDriveStats
|
Go Build Check:
inputs/node_exporter/collector/filesystem_common.go#L180
undefined: defMountPointsExcluded
|
Go Build Check:
inputs/node_exporter/collector/filesystem_common.go#L189
undefined: defFSTypesExcluded
|
Go Build Check:
inputs/node_exporter/collector/filesystem_common.go#L199
c.GetStats undefined (type *filesystemCollector has no field or method GetStats)
|
Go Build Check:
inputs/node_exporter/collector/meminfo.go#L47
c.getMemInfo undefined (type *meminfoCollector has no field or method getMemInfo)
|
Go Build Check:
inputs/node_exporter/collector/powersupplyclass.go#L42
cannot use &powerSupplyClassCollector{…} (value of type *powerSupplyClassCollector) as Collector value in return statement: *powerSupplyClassCollector does not implement Collector (missing method Update)
|
Go Build Check
Process completed with exit code 2.
|
Code Analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|