feat: implement local puller and pusher #1303
style.yaml
on: pull_request
check goimports
15s
Lint
46s
Annotations
4 errors and 5 warnings
Lint:
pkg/v1/layout/puller.go#L28
`(*puller).getDescriptor` - `ctx` is unused (unparam)
|
Lint:
cmd/crane/cmd/index.go#L175
unnecessary leading newline (whitespace)
|
Lint:
pkg/v1/layout/layer.go#L18
ST1016: methods on the same type should have the same receiver name (seen 2x "lp", 2x "rl") (stylecheck)
|
Lint
issues found
|
check goimports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check goimports
Restore cache failed: Dependencies file is not found in /home/runner/work/go-containerregistry/go-containerregistry. Supported file pattern: go.sum
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
pkg/v1/layout/layer.go#L34
receiver-naming: receiver name rl should be consistent with previous receiver name lp for localLayer (revive)
|
Lint:
pkg/v1/layout/layer.go#L39
receiver-naming: receiver name rl should be consistent with previous receiver name lp for localLayer (revive)
|