Skip to content

fix(license): update license commands (#6) #11

fix(license): update license commands (#6)

fix(license): update license commands (#6) #11

Triggered via push May 5, 2023 07:00
Status Success
Total duration 3m 50s
Artifacts

ci-go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
go-fmt
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
go-lint
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
go-lint: cmd/license/license.go#L10
exported var LicenseCmd should have comment or be unexported
go-lint: cmd/license/install.go#L1
should have a package comment
go-lint: selfupdate/selfupdate.go#L110
parameter 'c' seems to be unused, consider removing or renaming it as _
go-lint: cmd/vm.go#L38
redundant if ...; err != nil check, just return error instead.
go-lint: cmd/recommend.go#L20
redundant if ...; err != nil check, just return error instead.
go-lint: cmd/probe.go#L25
redundant if ...; err != nil check, just return error instead.
go-lint: cmd/selfupdate.go#L17
redundant if ...; err != nil check, just return error instead.
go-lint: cmd/summary.go#L19
redundant if ...; err != nil check, just return error instead.
go-lint: cmd/log.go#L20
redundant if ...; err != nil check, just return error instead.
go-lint: cmd/version.go#L17
redundant if ...; err != nil check, just return error instead.
unit-tests
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
go-build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
go-sec
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.