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>pull/8227/head
parent
41d40b7083
commit
1dcdd35e94
Loading…
Reference in new issue