Skip to content

chore(deps): bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.15.1 #115

chore(deps): bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.15.1

chore(deps): bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.15.1 #115

Triggered via pull request August 7, 2023 06:47
Status Failure
Total duration 2m 46s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint: pkg/logs/runner.go#L9
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
lint: pkg/logs/runner.go#L10
import 'github.com/stern/stern/stern' is not allowed from list 'Main' (depguard)
lint: pkg/logs/runner.go#L11
import 'k8s.io/client-go/kubernetes' is not allowed from list 'Main' (depguard)
lint: pkg/logs/stern.go#L8
import 'k8s.io/apimachinery/pkg/labels' is not allowed from list 'Main' (depguard)
lint: pkg/logs/stern.go#L9
import 'k8s.io/client-go/kubernetes' is not allowed from list 'Main' (depguard)
lint: pkg/logs/stern.go#L15
import 'github.com/fatih/color' is not allowed from list 'Main' (depguard)
lint: pkg/logs/stern.go#L16
import 'github.com/stern/stern/stern' is not allowed from list 'Main' (depguard)
lint: pkg/logs/stern.go#L17
import 'k8s.io/apimachinery/pkg/fields' is not allowed from list 'Main' (depguard)
lint: pkg/kpack/build.go#L10
import 'github.com/pivotal/kpack/pkg/apis/build/v1alpha2' is not allowed from list 'Main' (depguard)
lint: pkg/kpack/build.go#L11
import 'github.com/pivotal/kpack/pkg/apis/core/v1alpha1' is not allowed from list 'Main' (depguard)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: pkg/logs/runner.go#L94
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)