Skip to content

Fixed buffered race condition #8

Fixed buffered race condition

Fixed buffered race condition #8

Re-run triggered December 26, 2024 12:14
Status Success
Total duration 30s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
20s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
runner / golangci-lint: core/framing/buffered.go#L15
[golangci] reported by reviewdog 🐶 type instantiation requires go1.18 or later (typecheck) Raw Output: core/framing/buffered.go:15:25: type instantiation requires go1.18 or later (typecheck) innerPtr atomic.Pointer[common.ByteBuff] ^
runner / golangci-lint: core/framing/buffered.go#L16
[golangci] reported by reviewdog 🐶 undefined: atomic.Int32 (typecheck) Raw Output: core/framing/buffered.go:16:18: undefined: atomic.Int32 (typecheck) refs atomic.Int32 ^
runner / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636