chore: bump minimun version to 1.24 (#2377)

This commit is contained in:
Valentin Maerten
2025-08-14 18:34:38 +02:00
committed by GitHub
parent c0b4c19443
commit 0fc26a43a9
6 changed files with 80 additions and 84 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Lint
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
go-version: [1.24.x, 1.25.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5

View File

@@ -13,7 +13,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
go-version: [1.24.x, 1.25.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.platform}}
steps: