Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
Maintenance update, no functional changes.

- Update Go toolchain base to 1.21.
- Clean up tests and documentation.
- Move the temp marker to the end of the filename.
- cmd/acat: document interrupt behaviour
- Test that panicking in the Tx callback properly calls Cancel.
  • Loading branch information
creachadair committed Jan 14, 2024
1 parent 7207be4 commit 98d1e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: ['stable', 'oldstable']
go-version: ['stable']
os: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98d1e12

Please sign in to comment.