Skip to content

bump depencencies

bump depencencies #445

Triggered via pull request September 30, 2024 15:47
@matthyxmatthyx
synchronize #159
bump
Status Failure
Total duration 5m 33s
Artifacts

pr-created.yaml

on: pull_request
pr-created  /  ...  /  check if secrets are set
0s
pr-created / test / check if secrets are set
pr-created  /  ...  /  Create cross-platform build
2m 20s
pr-created / test / Create cross-platform build
pr-created  /  ...  /  Basic-Test
0s
pr-created / test / Basic-Test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
pr-created / test / Create cross-platform build: pkg/registry/file/configurationscansummarystorage.go#L29
cannot use &ConfigurationScanSummaryStorage{} (value of type *ConfigurationScanSummaryStorage) as storage.Interface value in variable declaration: *ConfigurationScanSummaryStorage does not implement storage.Interface (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/configurationscansummarystorage.go#L32
cannot use &ConfigurationScanSummaryStorage{…} (value of type *ConfigurationScanSummaryStorage) as storage.Interface value in return statement: *ConfigurationScanSummaryStorage does not implement storage.Interface (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/generatednetworkpolicy.go#L30
cannot use &GeneratedNetworkPolicyStorage{} (value of type *GeneratedNetworkPolicyStorage) as storage.Interface value in variable declaration: *GeneratedNetworkPolicyStorage does not implement storage.Interface (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/generatednetworkpolicy.go#L33
cannot use &GeneratedNetworkPolicyStorage{…} (value of type *GeneratedNetworkPolicyStorage) as storage.Interface value in return statement: *GeneratedNetworkPolicyStorage does not implement storage.Interface (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/storage.go#L70
cannot use &StorageImpl{} (value of type *StorageImpl) as storage.Interface value in variable declaration: *StorageImpl does not implement storage.Interface (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/storage.go#L72
cannot use &StorageImpl{} (value of type *StorageImpl) as StorageQuerier value in variable declaration: *StorageImpl does not implement StorageQuerier (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/storage.go#L79
cannot use &StorageImpl{…} (value of type *StorageImpl) as StorageQuerier value in return statement: *StorageImpl does not implement StorageQuerier (missing method ReadinessCheck)
pr-created / test / Create cross-platform build: pkg/registry/file/vulnerabilitysummarystorage.go#L32
cannot use &VulnerabilitySummaryStorage{…} (value of type *VulnerabilitySummaryStorage) as storage.Interface value in return statement: *VulnerabilitySummaryStorage does not implement storage.Interface (missing method ReadinessCheck)
pr-created / test / Create cross-platform build
Process completed with exit code 1.
pr-created / test / Create cross-platform build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/