From 68853fdc499e2b6bbbccef06469f0fb1a7365fca Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Tue, 19 Sep 2023 10:43:38 +0300 Subject: [PATCH] go mod: Improve readability The go VER line was there, but not in the beginning as it should. Signed-off-by: Or Shoval --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8c54e0453..5900c6654 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module github.com/kubevirt/cluster-network-addons-operator +go 1.17 + require ( github.com/Masterminds/sprig v2.22.0+incompatible github.com/blang/semver v3.5.1+incompatible @@ -332,5 +334,3 @@ replace github.com/Microsoft/go-winio => github.com/Microsoft/go-winio v0.4.17 replace bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d replace github.com/Masterminds/goutils => github.com/Masterminds/goutils v1.1.1 - -go 1.17