Closed
Description
The official etcd binaries found on github.com are compiled with golang version 1.9:
~# etcd --version
etcd Version: 3.3.8
Git SHA: 33245c6
Go Version: go1.9.7
Go OS/Arch: linux/amd64
Unfortunately this golang version does not support nameConstraints correctly according to golang/go#15196
So please update your build process to utilize golang 1.10 for further releases.