Skip to content

ci: rework test pipeline #1

ci: rework test pipeline

ci: rework test pipeline #1

Triggered via pull request January 16, 2024 16:14
Status Failure
Total duration 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: volumes/cryptsetup.go#L34
Error return value of `(github.com/go-kit/log.Logger).Log` is not checked (errcheck)
lint: volumes/cryptsetup.go#L53
Error return value of `(github.com/go-kit/log.Logger).Log` is not checked (errcheck)
lint: volumes/cryptsetup.go#L73
Error return value of `(github.com/go-kit/log.Logger).Log` is not checked (errcheck)
lint: test/integration/cryptsetup_test.go#L34
Error return value is not checked (errcheck)
lint: test/integration/cryptsetup_test.go#L46
Error return value is not checked (errcheck)
lint: test/integration/integration_test.go#L16
Error return value is not checked (errcheck)
lint: test/integration/volumes_test.go#L146
Error return value of `mountService.Unpublish` is not checked (errcheck)
lint: test/integration/volumes_test.go#L252
Error return value of `mountService.Unpublish` is not checked (errcheck)
lint: metrics/metrics.go#L31
SA1019: prometheus.NewGoCollector is deprecated: Use collectors.NewGoCollector instead. (staticcheck)
lint: driver/controller_test.go#L243
SA1019: grpc.Code is deprecated: use status.Code instead. (staticcheck)