From 98d1e12a2fa107a798438412a8cdd212c4189c46 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Sat, 13 Jan 2024 16:22:49 -0800 Subject: [PATCH] Release v0.3.3 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. --- .github/workflows/go-presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index 6187eb8..00e9f09 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -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