Skip to content

Fix cannot enhance the vendor management project #362

Fix cannot enhance the vendor management project

Fix cannot enhance the vendor management project #362

Triggered via pull request November 20, 2023 12:29
Status Failure
Total duration 2m 45s
Artifacts

skywalking-go.yaml

on: pull_request
Matrix: build
Required
4s
Required
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Tests
emptyStringTest: replace `len(moduleString) == 0` with `moduleString == ""` (gocritic)
Tests
importShadow: shadow of imported from 'golang.org/x/mod/module' package 'module' (gocritic)
Tests
paramTypeCombine: func(goFilePath string, pkgName string) (string, error) could be replaced with func(goFilePath, pkgName string) (string, error) (gocritic)
Tests
Process completed with exit code 2.
Required
Process completed with exit code 255.
Tests
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/