jaypipes / pcidb

Small golang library for querying PCI database (pciids) information
Apache License 2.0
33 stars 15 forks source link

bring in up-to-date Go and Travis configurations #30

Closed jaypipes closed 2 years ago

jaypipes commented 2 years ago

We don't use dep anymore now that Go modules are mainstream for a long time now. Updated our go.mod to use Go 1.15 and test on Go 1.15-1.17.

Signed-off-by: Jay Pipes jaypipes@gmail.com