Update to Go 1.24 and all deps #142
ci.yml
on: pull_request
yaml_lint
/
yamllint
6s
go_lint
/
modules
12s
go_lint
/
golangci
42s
go_test
/
test
42s
lint_and_unit
0s
Annotations
6 errors, 1 warning, and 2 notices
go_test / test:
pkg/cli/server.go#L96
cannot use c.cfg.GitHubAppPrivateKeyPEM (variable of type string) as crypto.Signer value in argument to githubauth.NewApp: string does not implement crypto.Signer (missing method Public)
|
go_test / test
Process completed with exit code 1.
|
go_lint / golangci:
cmd/githubplugin/main.go#L24
could not import github.com/abcxyz/jvs-plugin-github/pkg/cli (-: # github.com/abcxyz/jvs-plugin-github/pkg/cli
|
go_lint / golangci:
pkg/cli/server.go#L96
cannot use c.cfg.GitHubAppPrivateKeyPEM (variable of type string) as crypto.Signer value in argument to githubauth.NewApp: string does not implement crypto.Signer (missing method Public)) (typecheck)
|
go_lint / golangci:
pkg/cli/server.go#L96
cannot use c.cfg.GitHubAppPrivateKeyPEM (variable of type string) as crypto.Signer value in argument to githubauth.NewApp: string does not implement crypto.Signer (missing method Public) (typecheck)
|
go_lint / golangci
issues found
|
yaml_lint / yamllint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
yaml_lint / yamllint
Wrote configuration file to /home/runner/work/_temp/3713f07.yamllint.yml
|
go_lint / golangci
Wrote configuration file to /home/runner/work/_temp/3713f07.golangci.yml
|