Conversation
|
it looks like there is a data race to fix |
|
|
Still seeing data races on Travis. Doh! Specifically on macOS. The race on Linux is resolved. |
|
the data race is in the bsd build; that uses kqueue instead of inotify. #177 will not help here |
|
data races in all the places will come back to that one. 💤 |
|
on macOS Sierra 10.12 ... the later doesn't seem to be finishing anytime soon But then Go 1.6 doesn't work on Sierra anyway. I wonder what version of macOS Travis is running? Might need a macOS VM just to test Go 1.6 locally. 😢 |
|
well this is embarrassing... 😊 updated for Go 1.8 |
|
also requested Go 1.8 for AppVeyor. appveyor/ci#1330 Currently Windows tests are using Go 1.7.1 |
|
FWIW you can use go:
- 1.7.x
- 1.x
- tip |
|
@twpayne Thanks for the note. The only problem with using |
two most recent stable versions + tip
two most recent stable versions + tip