Skip to content

add basic ci

add basic ci #1

Triggered via pull request July 16, 2023 07:50
Status Failure
Total duration 33s
Artifacts

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: pkg/kor/kor.go#L6
missing go.sum entry for module providing package github.com/olekukonko/tablewriter (imported by github.com/ydissen/kor/pkg/kor); to add:
build: cmd/kor/configmaps.go#L4
missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/ydissen/kor/cmd/kor); to add:
build: pkg/kor/confimgmaps.go#L6
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/ydissen/kor/pkg/kor); to add:
build: pkg/kor/confimgmaps.go#L7
missing go.sum entry for module providing package k8s.io/client-go/kubernetes (imported by github.com/ydissen/kor/pkg/kor); to add:
build: pkg/kor/confimgmaps.go#L8
missing go.sum entry for module providing package k8s.io/client-go/plugin/pkg/client/auth/oidc (imported by github.com/ydissen/kor/pkg/kor); to add:
build: pkg/kor/confimgmaps.go#L9
missing go.sum entry for module providing package k8s.io/client-go/tools/clientcmd (imported by github.com/ydissen/kor/pkg/kor); to add:
build: pkg/kor/kor.go#L7
missing go.sum entry for module providing package k8s.io/client-go/util/homedir (imported by github.com/ydissen/kor/pkg/kor); to add:
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/