Skip to content

Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #14

Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1

Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #14

Triggered via pull request May 25, 2026 22:52
Status Failure
Total duration 31s
Artifacts

ci-go-tests.yml

on: pull_request
ci-go-tests
26s
ci-go-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci-go-tests
issues found
ci-go-tests: bigqueue_test.go#L219
Consider preallocating lengths with capacity numMessages (prealloc)
ci-go-tests: bigqueue_test.go#L178
Consider preallocating msg2 with capacity len(m) * (cDefaultArenaSize - 4) (prealloc)
ci-go-tests: bigqueue_test.go#L169
Consider preallocating msg1 with capacity len(m) * (cDefaultArenaSize - 12) (prealloc)
ci-go-tests: bigqueue_test.go#L135
Consider preallocating msg with capacity len(m) * (cDefaultArenaSize - 8) (prealloc)
ci-go-tests: benchmarks_test.go#L45
string `128MB` has 3 occurrences, make it a constant (goconst)
ci-go-tests: benchmarks_test.go#L41
string `4MB` has 6 occurrences, make it a constant (goconst)
ci-go-tests: benchmarks_test.go#L37
string `128KB` has 6 occurrences, make it a constant (goconst)
ci-go-tests: benchmarks_test.go#L35
string `NoLimit` has 4 occurrences, make it a constant (goconst)
ci-go-tests: benchmarks_test.go#L33
string `128B` has 3 occurrences, make it a constant (goconst)