[go-nuts] Re: Gitlab CI loses its marbles attempting go get.

2018-09-10 Thread Eric Raymond
On Monday, September 10, 2018 at 5:56:23 PM UTC-4, Uli Kunitz wrote: > > Use > > GOPATH= go get *-u* golang.org/x/crypto/ssh/terminal > > The package golang.org/x/sys/unix is probably old and requires updating. > I have no problems on my machine to go get -u > golang.org/x/crypto/ssh/termi

[go-nuts] Re: Gitlab CI loses its marbles attempting go get.

2018-09-10 Thread Uli Kunitz
Use GOPATH= go get *-u* golang.org/x/crypto/ssh/terminal The package golang.org/x/sys/unix is probably old and requires updating. I have no problems on my machine to go get -u golang.org/x/crypto/ssh/terminal. So it is definitely not broken. -- You received this message because you are s