mirror of https://github.com/helm/helm
fix windows build failure caused by #8431
No longer using the 'syscall' package, as further reading into this issue has shown that 'syscall' is deprecated/locked down. Additional issues posted on Golang's github indicates that the newer preferred mechanism to get the file descriptor for stdin is: int(os.Stdin.Fd()) Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com> Signed-off-by: Ashok Pon Kumar <ashokponkumar@in.ibm.com>pull/8441/head
parent
32d0d5401f
commit
be57f75163
Loading…
Reference in new issue