Skip to content

Connection/Channel.NotifyClose: allow only buffered channel=1 #346

Connection/Channel.NotifyClose: allow only buffered channel=1

Connection/Channel.NotifyClose: allow only buffered channel=1 #346

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v4
with:
version: latest
only-new-issues: false