Fix growing memory on repeated Instance() invocation #167
lint.yml
on: pull_request
typescript
15s
golang
20s
Annotations
3 errors and 4 warnings
golang:
scale.go#L74
File is not `goimports`-ed with -local github.com/loopholelabs/scale (goimports)
|
golang:
utils.go#L47
File is not `goimports`-ed with -local github.com/loopholelabs/scale (goimports)
|
golang
issues found
|
typescript
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golang
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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/.
|
golang:
scale.go#L109
unused-parameter: parameter 'n' seems to be unused, consider removing or renaming it as _ (revive)
|
golang:
scale.go#L110
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|