osquery / osquery-go

Go bindings for osquery
MIT License
386 stars 78 forks source link

Add simple CI #109

Closed directionless closed 1 year ago

directionless commented 1 year ago

We already have some go tests. This adds a simple CI runner for them. To pass tests, it also upgrades the go to the version thrift uses.

This does not run on windows because windows is slow, and the tests fail. I suspect they fail because the go is fairly old. But some CI is better than no CI, so this feels like an okay start.

directionless commented 1 year ago

I'm going to merge this despite the lack of formal approval. There's not a lot of maintainers, and I want to get CI in