Skip to content

bump go versions in github action #96

bump go versions in github action

bump go versions in github action #96

Triggered via pull request April 19, 2024 22:56
Status Failure
Total duration 2m 58s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: cmd/prs.go#L52
emptyStringTest: replace `len(rootOpts.org) > 0` with `rootOpts.org != ""` (gocritic)
lint: pkg/repo/repos.go#L27
File is not `gofumpt`-ed (gofumpt)
lint: cmd/issues-comments.go#L55
File is not `gofumpt`-ed (gofumpt)
lint: cmd/issues.go#L55
File is not `gofumpt`-ed (gofumpt)
lint: pkg/repo/repos.go#L26
unnecessary leading newline (whitespace)
lint: pkg/client/client.go#L24
import 'github.com/google/go-github/v33/github' is not allowed from list 'Main' (depguard)
lint: pkg/client/client.go#L27
import 'github.com/google/triage-party/pkg/persist' is not allowed from list 'Main' (depguard)
lint: pkg/ghcache/ghcache.go#L22
import 'github.com/google/go-github/v33/github' is not allowed from list 'Main' (depguard)
lint: pkg/ghcache/ghcache.go#L23
import 'github.com/google/triage-party/pkg/persist' is not allowed from list 'Main' (depguard)
lint: pkg/ghcache/ghcache.go#L24
import 'k8s.io/klog/v2' is not allowed from list 'Main' (depguard)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.