bump versions of the toolchain dependencies #147
Annotations
10 errors and 4 warnings
lint:
api/upgrade/v1alpha1/upgrade_spec.go#L20
import 'k8s.io/apimachinery/pkg/runtime/schema' is not allowed from list 'Main' (depguard)
|
lint:
api/upgrade/v1alpha1/upgrade_spec.go#L21
import 'k8s.io/apimachinery/pkg/util/intstr' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/cordon_manager.go#L19
import 'github.com/go-logr/logr' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/cordon_manager.go#L20
import 'k8s.io/api/core/v1' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/cordon_manager.go#L21
import 'k8s.io/client-go/kubernetes' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/cordon_manager.go#L22
import 'k8s.io/kubectl/pkg/drain' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/drain_manager.go#L22
import 'github.com/go-logr/logr' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/drain_manager.go#L23
import 'k8s.io/api/core/v1' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/drain_manager.go#L24
import 'k8s.io/client-go/kubernetes' is not allowed from list 'Main' (depguard)
|
lint:
pkg/upgrade/drain_manager.go#L25
import 'k8s.io/client-go/tools/record' is not allowed from list 'Main' (depguard)
|
go-check
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/k8s-operator-libs/k8s-operator-libs. Supported file pattern: go.sum
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/k8s-operator-libs/k8s-operator-libs. Supported file pattern: go.sum
|
coverage
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|