Update to golang v1.25 and x/sys

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-10 19:00:42 -06:00
committed by Christian Goll
parent 2699f2628f
commit 019408d076
6 changed files with 9 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.24', '1.25']
go-version: ['1.25', '1.26']
steps:
- name: Checkout Warewulf
uses: actions/checkout@v4