fix(deps): update module github.com/google/go-github/v55 to v56 #117
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
runner / suggester / gofmt
9s
runner / golangci-lint
40s
runner / staticcheck
30s
runner / misspell
13s
runner / languagetool
34s
runner / shellcheck
9s
runner / alex
26s
detect-secrets
36s
Annotations
5 errors
runner / staticcheck
not enough arguments in call to client.Git.CreateCommit\n\thave (context.Context, string, string, *github.Commit)\n\twant (context.Context, string, string, *github.Commit, *github.CreateCommitOptions)","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0}}},"severity":"ERROR"}
|
runner / staticcheck
not enough arguments in call to client.Git.CreateCommit\n\thave (context.Context, string, string, *github.Commit)\n\twant (context.Context, string, string, *github.Commit, *github.CreateCommitOptions)","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0}}},"severity":"ERROR"}
|
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/abtris/hugo-netlify-autoupdater
./github.go:139:65: not enough arguments in call to client.Git.CreateCommit
have (context.Context, string, string, *github.Commit)
want (context.Context, string, string, *github.Commit, *github.CreateCommitOptions)
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/abtris/hugo-netlify-autoupdater\n./github.go:139:65: not enough arguments in call to client.Git.CreateCommit\n\thave (context.Context, string, string, *github.Commit)\n\twant (context.Context, string, string, *github.Commit, *github.CreateCommitOptions)","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0}}},"severity":"ERROR"}
|
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/abtris/hugo-netlify-autoupdater [github.com/abtris/hugo-netlify-autoupdater.test]
./github.go:139:65: not enough arguments in call to client.Git.CreateCommit
have (context.Context, string, string, *github.Commit)
want (context.Context, string, string, *github.Commit, *github.CreateCommitOptions)
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/abtris/hugo-netlify-autoupdater [github.com/abtris/hugo-netlify-autoupdater.test]\n./github.go:139:65: not enough arguments in call to client.Git.CreateCommit\n\thave (context.Context, string, string, *github.Commit)\n\twant (context.Context, string, string, *github.Commit, *github.CreateCommitOptions)","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0}}},"severity":"ERROR"}
|
runner / staticcheck
Process completed with exit code 1.
|