Skip to content

Commit

Permalink
Remove toolchain directive from go.mod
Browse files Browse the repository at this point in the history
This directive specified a newer version of the go toolchain from the go
runtime used, and newer than our minimum supported.

- Fixes warewulf#1571

Signed-off-by: Jonathon Anderson <[email protected]>
  • Loading branch information
anderbubble committed Dec 3, 2024
1 parent a58943f commit bf47ec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/warewulf/warewulf

go 1.21.0

toolchain go1.23.3

require (
dario.cat/mergo v1.0.0
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down

0 comments on commit bf47ec1

Please sign in to comment.