Fixed buffered race condition #8
reviewdog.yml
on: pull_request
runner / golangci-lint
20s
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
|