Skip to content

Bump golang.org/x/sync from 0.5.0 to 0.10.0 #760

Bump golang.org/x/sync from 0.5.0 to 0.10.0

Bump golang.org/x/sync from 0.5.0 to 0.10.0 #760

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
uses: codecov/[email protected]