Remove gmail api verifier #237
Annotations
7 errors and 2 warnings
Lint/Test (1.22.x, ubuntu-latest)
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
|
Lint/Test (1.22.x, ubuntu-latest):
gravatar.go#L12
`Gravatar` should be annotated with the `json` tag as it is passed to `json.Marshal` at cmd/apiserver/main.go:25:16 (musttag)
|
Lint/Test (1.22.x, ubuntu-latest):
cmd/build_metadata/main.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint/Test (1.22.x, ubuntu-latest):
gravatar.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint/Test (1.22.x, ubuntu-latest):
handler.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint/Test (1.22.x, ubuntu-latest):
smtp_by_api_yahoo.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint/Test (1.22.x, ubuntu-latest)
Process completed with exit code 2.
|
Lint/Test (1.22.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint/Test (1.22.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|