beginning go port #42
Annotations
8 errors and 1 warning
build
Process completed with exit code 1.
|
lint:
pkg/actor/base.go#L23
cannot range over actor.Concurrency (variable of type int) (typecheck)
|
lint:
pkg/actor/base.go#L28
cannot range over actor.Concurrency (variable of type int) (typecheck)
|
lint:
pkg/futhorc/indexer.go#L96
cannot range over len(idx.Posts) / size (value of type int) (typecheck)
|
lint:
pkg/futhorc/pipeline.go#L80
parser.Output undefined (type PostParser has no field or method Output) (typecheck)
|
lint:
cmd/randmd/main.go#L36
cannot range over 1_000 (untyped int constant 1000) (typecheck)
|
lint:
pkg/markdown/convert.go#L37
Error return value of `w.Write` is not checked (errcheck)
|
lint
issues found
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|