jaypipes / ghw

Go HardWare discovery/inspection library
Apache License 2.0
1.62k stars 174 forks source link

update golang stack in CI #289

Closed ffromani closed 2 years ago

ffromani commented 2 years ago

Currently we support golang 1.14, 1.15 and 1.16 on CI. Golang 1.17 was released quite some time ago and got already patch releases, and golang 1.18 is not too far ahead. Let's rotate our supported versions and run golang 1.15, 1.16 and 1.17 on CI. I expect new lint/fmt fixes coming with this update.

jaypipes commented 2 years ago

Agreed, @fromanirh. I've been developing with 1.17 on my local workstation for a while now. Our go.mod is currently at 1.12. Shall we up that to 1.15?

ffromani commented 2 years ago

Agreed, @fromanirh. I've been developing with 1.17 on my local workstation for a while now. Our go.mod is currently at 1.12. Shall we up that to 1.15?

Yes. I'do as part of this PR