stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
211 stars 113 forks source link

Pin golangci-lint to avoid go conflicts #195

Closed stmcginnis closed 2 years ago

stmcginnis commented 2 years ago

The newer releases of golangci-lint have had issues as they try to work through changes in go 1.19 while keeping backward compatibility. In the meantime, this pins to an older version and bumps up the version of go used in CI.

Also some minor cleanup on nolint tags.