etcd/scripts
Benjamin Wang 536743042b Build: remove the invalid quote character ' for flag -ldflags
It isn't valid to start with quote character ' for flag -ldflags.
Go cmd older than 1.19 just ignores the error. Starting from go 1.19,
Go cmd will fail with error message something like below,
```
stderr: invalid value "'-X=go.etcd.io/etcd/api/v3/version.GitSHA=01250c9'" for flag -ldflags: parameter may not start with quote character '
```

Actually we don't have such quote character ' when building
etcd/etcdctl/etcdutl.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
2022-09-18 04:19:40 +08:00
..
2022-02-25 13:30:34 +01:00
2021-03-16 22:50:41 +01:00
2017-09-06 19:18:04 -07:00
2018-04-02 11:27:39 -07:00
2020-10-26 13:02:32 +01:00

scripts for etcd development