Skip to content

Race condition fix. Part 2 (Runtime) #481

Race condition fix. Part 2 (Runtime)

Race condition fix. Part 2 (Runtime) #481

Triggered via pull request July 1, 2024 13:20
Status Failure
Total duration 23s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
lint: x/x.go#L9
var `counter` is unused (unused)
lint: x/x.go#L11
type `outport` is unused (unused)
lint: x/x.go#L15
type `item` is unused (unused)
lint: x/x.go#L20
func `outport.Send` is unused (unused)
lint: x/x.go#L27
func `fanIn` is unused (unused)
lint: internal/runtime/runtime.go#L37
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/