Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

update .golangci.yml #227

update .golangci.yml

update .golangci.yml #227

Triggered via pull request November 6, 2023 23:53
Status Failure
Total duration 1m 19s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 4 warnings
Build with Go 1.13 on ubuntu-20.04: sample/authentication/keymanager.go#L311
unused-parameter: parameter 'securityParam' seems to be unused, consider removing or renaming it as _ (revive)
Build with Go 1.13 on ubuntu-20.04: sample/authentication/authenticator.go#L88
redefines-builtin-id: redefinition of the built-in function new (revive)
Build with Go 1.13 on ubuntu-20.04: sample/authentication/crypto.go#L170
unused-parameter: parameter 'privKey' seems to be unused, consider removing or renaming it as _ (revive)
Build with Go 1.13 on ubuntu-20.04: core/req-view-change.go#L77
redefines-builtin-id: redefinition of the built-in function new (revive)
Build with Go 1.13 on ubuntu-20.04: core/view-change.go#L164
redefines-builtin-id: redefinition of the built-in function new (revive)
Build with Go 1.13 on ubuntu-20.04: sample/conn/grpc/server/server.go#L51
unused-parameter: parameter 'serverOpts' seems to be unused, consider removing or renaming it as _ (revive)
Build with Go 1.13 on ubuntu-20.04
Process completed with exit code 2.
Build with Go 1.15 on ubuntu-18.04
The job was canceled because "ubuntu-20_04_1_13" failed.
Build with Go 1.16 on ubuntu-18.04
The job was canceled because "ubuntu-20_04_1_13" failed.
Build with Go 1.13 on ubuntu-18.04
The job was canceled because "ubuntu-20_04_1_13" failed.
Build with Go 1.15 on ubuntu-20.04
The operation was canceled.
Build with Go 1.16 on ubuntu-20.04
The operation was canceled.
Build with Go 1.13 on ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build with Go 1.15 on ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build with Go 1.16 on ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Continuous integration
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002