Skip to content

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.3 #112

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.3

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.3 #112

Triggered via pull request June 19, 2023 07:00
Status Failure
Total duration 2m 58s
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
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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)