Update go version to 1.17

some dependa bot PRs require go 1.17
This commit is contained in:
Christian Goll
2023-03-28 19:36:42 +02:00
committed by GitHub
parent f4c78d1a05
commit f936c93a15

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/hpcng/warewulf
go 1.16
go 1.17
require (
github.com/containers/image/v5 v5.7.0