Skip to content

Golang CI

Golang CI #6

Triggered via pull request May 21, 2024 00:51
Status Failure
Total duration 53s
Artifacts

ci-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
check: pkg/diskscaler/service.go#L131
ineffectual assignment to status (ineffassign)
check: pkg/pvsizingrecommendation/query.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
check: cmd/diskautoscaler/main.go#L89
Error return value of `viper.BindPFlags` is not checked (errcheck)
check: cmd/diskautoscaler/main.go#L93
Error return value of `viper.BindPFlags` is not checked (errcheck)
check
issues found