diff --git a/go.mod b/go.mod index dce9a583d..a84c2c121 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.etcd.io/etcd/v3 +module go.etcd.io/etcd require ( github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect diff --git a/scripts/updatedep.sh b/scripts/updatedep.sh index 8d836f253..22e37dc9b 100755 --- a/scripts/updatedep.sh +++ b/scripts/updatedep.sh @@ -6,8 +6,8 @@ if ! [[ "$0" =~ scripts/updatedep.sh ]]; then exit 255 fi -if [[ $(go version) != "go version go1.11"* ]]; then - echo "expect Go 1.11+, got:" "$(go version)" +if [[ $(go version) != "go version go1.12"* ]]; then + echo "expect Go 1.12+, got:" "$(go version)" exit 255 fi