pkg / sftp

SFTP support for the go.crypto/ssh package
BSD 2-Clause "Simplified" License
1.5k stars 380 forks source link

CI: run test cases also on 32-bit arch #471

Closed drakkan closed 2 years ago

drakkan commented 2 years ago

this should help to detect errors on 32-bit archs

puellanivis commented 2 years ago

Hm, looks like -race cannot run with GOARCH=386.