From f936c93a1596179abe69eae72850aea6ae0e3ecb Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Tue, 28 Mar 2023 19:36:42 +0200 Subject: [PATCH] Update go version to 1.17 some dependa bot PRs require go 1.17 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7c791191..4eebb105 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hpcng/warewulf -go 1.16 +go 1.17 require ( github.com/containers/image/v5 v5.7.0