Remove toolchain directive from go.mod
This directive specified a newer version of the go toolchain from the go runtime used, and newer than our minimum supported. - Fixes #1571 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ['1.23'] # ['1.21', '1.22', '1.23'] # https://github.com/warewulf/warewulf/issues/1571
|
||||
go-version: ['1.21', '1.22', '1.23']
|
||||
steps:
|
||||
- name: Checkout Warewulf
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user