Update to Go 1.24 minimum, update dependencies

This commit is contained in:
Neil Alexander
2025-11-10 19:44:37 +00:00
parent 306c4c624b
commit 1e48a4c4c9
3 changed files with 27 additions and 68 deletions

View File

@@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.23", "1.24", "1.25"]
goversion: ["1.24", "1.25"]
name: Build & Test (Linux, Go ${{ matrix.goversion }})
needs: [lint]
@@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.23", "1.24", "1.25"]
goversion: ["1.24", "1.25"]
name: Build & Test (Windows, Go ${{ matrix.goversion }})
needs: [lint]
@@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.23", "1.24", "1.25"]
goversion: ["1.24", "1.25"]
name: Build & Test (macOS, Go ${{ matrix.goversion }})
needs: [lint]
@@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.23", "1.24", "1.25"]
goversion: ["1.24", "1.25"]
goos:
- freebsd
- openbsd