Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid deadlock between Close when offset-modifying operation is still pending #604

Merged
merged 9 commits into from
Nov 15, 2024
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.23', '1.22']
exclude:
- os: macos-latest
go: '1.22'
go: ['1.23']

steps:
- uses: actions/checkout@v4
Expand Down
Loading