Merge pull request #1577 from anderbubble/fix-go-toolchain

Remove toolchain directive from go.mod
This commit is contained in:
Christian Goll
2024-12-04 21:14:43 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -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

2
go.mod
View File

@@ -2,8 +2,6 @@ module github.com/warewulf/warewulf
go 1.21.0
toolchain go1.23.3
require (
dario.cat/mergo v1.0.1
github.com/Masterminds/sprig/v3 v3.3.0