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.
This commit is contained in:
Lili Cosic 2021-04-07 15:21:42 +02:00
parent 82eae9227c
commit ef415e3fe1

2
go.mod
View File

@ -1,6 +1,6 @@
module go.etcd.io/etcd
go 1.14
go 1.12
require (
github.com/bgentry/speakeasy v0.1.0