Skip to content

Add methods to generate and configure TLS #43

Add methods to generate and configure TLS

Add methods to generate and configure TLS #43

Triggered via pull request May 18, 2024 14:55
Status Failure
Total duration 14s
Artifacts

lint.yml

on: pull_request
golangci
5s
golangci
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
golangci: testcerts_test.go#L434
Error return value of `w.Write` is not checked (errcheck)
golangci
issues found
golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
golangci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
golangci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
golangci: testcerts_test.go#L343
unused-parameter: parameter 'rootCAs' seems to be unused, consider removing or renaming it as _ (revive)
golangci: testcerts_test.go#L433
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)