bump minimum go version to 1.24

This commit is contained in:
Michael Eischer
2025-11-26 21:33:40 +01:00
parent 4d2da63829
commit 7696e4b495
5 changed files with 8 additions and 7 deletions

View File

@@ -48,10 +48,6 @@ jobs:
go: 1.24.x
os: ubuntu-latest
test_fuse: true
- job_name: Linux
go: 1.23.x
os: ubuntu-latest
test_fuse: true
name: ${{ matrix.job_name }} Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}