Skip to content

add jet

add jet #263

Re-run triggered January 4, 2024 15:41
Status Failure
Total duration 1m 24s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
GoLint: bench/jet.go#L65
[golangci] reported by reviewdog 🐶 S1001: should use copy(to, from) instead of a loop (gosimple) Raw Output: bench/jet.go:65:2: S1001: should use copy(to, from) instead of a loop (gosimple) for i, m := range ms { ^
GoLint
reviewdog exited with status code: 1
GoLint
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/