Skip to content

update .golangci.yml #77

update .golangci.yml

update .golangci.yml #77

Triggered via push November 6, 2023 23:49
Status Failure
Total duration 1m 18s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 4 warnings
Build with Go 1.16 on ubuntu-20.04: core/request.go#L165
redefines-builtin-id: redefinition of the built-in function new (revive)
Build with Go 1.16 on ubuntu-20.04: core/request.go#L227
redefines-builtin-id: redefinition of the built-in function new (revive)
Build with Go 1.16 on ubuntu-20.04: core/request.go#L249
redefines-builtin-id: redefinition of the built-in function new (revive)
Build with Go 1.16 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.16 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.16 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.16 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_16" failed.
Build with Go 1.16 on ubuntu-18.04
The job was canceled because "ubuntu-20_04_1_16" failed.
Build with Go 1.13 on ubuntu-18.04
The job was canceled because "ubuntu-20_04_1_16" failed.
Build with Go 1.15 on ubuntu-20.04
The operation was canceled.
Build with Go 1.13 on ubuntu-20.04
The operation was canceled.
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/
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.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/
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