Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-10-29 00:17:27 +0300
committerJohn Cai <jcai@gitlab.com>2019-10-29 00:17:27 +0300
commit0c21b0c2f3ad9d8f6901a7fc979ea8a87c123670 (patch)
tree1dfeba3fd630bd7d09e44ee50810536e1d953aff
parent008ce9c79d76f3d821dbae838f1cf7b027e576ab (diff)
Get rid of incorrect "needs Go 1.13" warnings
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e0dd8bad2..cfb96b0f9 100644
--- a/go.mod
+++ b/go.mod
@@ -24,4 +24,4 @@ require (
gopkg.in/yaml.v2 v2.2.2
)
-go 1.13
+go 1.12