Disable deadcode check for previous golang versions

Temporary fix for #1571

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-12-02 16:14:52 -07:00
parent d584c14403
commit a9e591c106

View File

@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: ['1.21', '1.22', '1.23'] go-version: ['1.23'] # ['1.21', '1.22', '1.23'] # https://github.com/warewulf/warewulf/issues/1571
steps: steps:
- name: Checkout Warewulf - name: Checkout Warewulf
uses: actions/checkout@v4 uses: actions/checkout@v4