From 6166c1e3c7a6c0860182dd38ac65e8ff9a6856d2 Mon Sep 17 00:00:00 2001 From: Aharon Haravon Date: Mon, 8 Feb 2021 14:30:49 +0200 Subject: [PATCH] Update go.mod fix CI issue - getting error "git is currently in a dirty state, please check in your pipeline what can be changing the following files " see https://github.com/goreleaser/goreleaser/issues/1005 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 628b749..a6614ab 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,5 @@ module github.com/nuvo/orca -go 1.12 - require ( contrib.go.opencensus.io/exporter/ocagent v0.2.0 // indirect github.com/Azure/go-autorest v11.3.1+incompatible // indirect @@ -44,3 +42,5 @@ require ( k8s.io/klog v0.1.0 // indirect sigs.k8s.io/yaml v1.1.0 // indirect ) + +go 1.12