zcalusic / sysinfo

Sysinfo is a Go library providing Linux OS / kernel / hardware system information.
MIT License
517 stars 91 forks source link

Test on github CI #36

Closed Itxaka closed 2 years ago

Itxaka commented 2 years ago

Use a matrix to test the different combinations of system and go version

This allows us to test both on linux and macos easily.

Requires https://github.com/zcalusic/sysinfo/pull/35 to pass the darwin part of course :D

Signed-off-by: Itxaka igarcia@suse.com

Itxaka commented 2 years ago

cc @zcalusic

zcalusic commented 2 years ago

Thanks for both contributions @Itxaka :+1: