Skip to content

ping: use context.Afterfunc to avoid a lingering goroutine #6884

ping: use context.Afterfunc to avoid a lingering goroutine

ping: use context.Afterfunc to avoid a lingering goroutine #6884

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["master","release-v0[0-9][0-9]"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/[email protected]
with:
go-generate-ignore-protoc-version-comments: true