Skip to content

Merge pull request #147 from checkpoint-restore/dependabot/go_modules… #195

Merge pull request #147 from checkpoint-restore/dependabot/go_modules…

Merge pull request #147 from checkpoint-restore/dependabot/go_modules… #195

Triggered via push March 15, 2024 08:37
Status Failure
Total duration 26s
Artifacts

verify.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint: main.go#L221
avoid direct access to proto field resp.Ps.GetPid(), use resp.GetPs().GetPid() instead (protogetter)
lint: main.go#L236
avoid direct access to proto field *resp.GetVersion().MajorNumber, use resp.GetVersion().GetMajorNumber() instead (protogetter)
lint: main.go#L237
avoid direct access to proto field *resp.GetVersion().MinorNumber, use resp.GetVersion().GetMinorNumber() instead (protogetter)
lint: main.go#L239
avoid direct access to proto field *resp.GetVersion().Sublevel, use resp.GetVersion().GetSublevel() instead (protogetter)
lint: test/main.go#L105
avoid direct access to proto field *features.MemTrack, use features.GetMemTrack() instead (protogetter)
lint: test/main.go#L108
avoid direct access to proto field *features.MemTrack, use features.GetMemTrack() instead (protogetter)
lint: test/main.go#L109
avoid direct access to proto field *featuresToCompare.MemTrack, use featuresToCompare.GetMemTrack() instead (protogetter)
lint: test/main.go#L113
avoid direct access to proto field *features.LazyPages, use features.GetLazyPages() instead (protogetter)
lint: test/main.go#L116
avoid direct access to proto field *features.LazyPages, use features.GetLazyPages() instead (protogetter)
lint: test/main.go#L117
avoid direct access to proto field *featuresToCompare.LazyPages, use featuresToCompare.GetLazyPages() instead (protogetter)
gomod
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint_markdown
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.