upgrade golang version to 1.20

Signed-off-by: Xu Yang <xyang@ciq.com>
This commit is contained in:
Xu Yang
2024-03-21 21:04:48 -06:00
parent d78af656de
commit 2cb0f84f4e
3 changed files with 7 additions and 6 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/warewulf/warewulf
go 1.19
go 1.20
require (
github.com/Masterminds/sprig/v3 v3.2.3