Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update goreleaser/goreleaser-action action to v5 #420

Merged
merged 2 commits into from
Nov 4, 2023

ci: migrate deprecated flag

3588415
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: update goreleaser/goreleaser-action action to v5 #420

ci: migrate deprecated flag
3588415
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Nov 4, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

internal/multigitter/run.go|197 col 1| cyclomatic complexity 26 of func (*Runner).runSingleRepo is high (> 25) (gocyclo)
cmd/cmd-root.go|31 col 2| SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
internal/scm/github/github.go|46 col 17| SA1019: github.NewEnterpriseClient is deprecated: Use NewClient(httpClient).WithEnterpriseURLs(baseURL, uploadURL) instead. (staticcheck)