From ef415e3fe1513fe73636697993ab661ec943c8c0 Mon Sep 17 00:00:00 2001 From: Lili Cosic Date: Wed, 7 Apr 2021 15:21:42 +0200 Subject: [PATCH] go.mod: Pin go to 1.12 version As go 1.12.2 is what is tested in CI as well as recommended to be built with 1.12.2 we should also pin to this in the go directive version. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2cc7e2159..410ceff73 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.etcd.io/etcd -go 1.14 +go 1.12 require ( github.com/bgentry/speakeasy v0.1.0