CI: keep tests for Go 1.19

This commit is contained in:
Michael Eischer 2024-02-10 23:42:34 +01:00
parent c0514dd8ba
commit 2ab18a92e6
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ jobs:
os: ubuntu-latest
test_fuse: true
- job_name: Linux
go: 1.19.x
os: ubuntu-latest
test_fuse: true
name: ${{ matrix.job_name }} Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}