Skip to content

fix(race-conditon): fix data race condition when accessing stderr on pipe #100

fix(race-conditon): fix data race condition when accessing stderr on pipe

fix(race-conditon): fix data race condition when accessing stderr on pipe #100

Workflow file for this run

name: Security audit
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-input: 'stable'
check-latest: true