Document go.mod version philosophy:

This makes official our philosophy
and policy for the Go version in go.mod.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
This commit is contained in:
Jacob Weinstock 2024-05-03 09:55:38 -06:00 committed by James W. Brinkerhoff IV
parent 64e89354d4
commit a4fbf70f3c

View File

@ -255,6 +255,12 @@ The current bmclib version is `v2` and is being developed on the `main` branch.
The previous bmclib version is in maintenance mode and can be found here [v1](https://github.com/bmc-toolbox/bmclib/v1).
## Go version in `go.mod`
As a library we will only bump the version of Go in the `go.mod` file when there are required dependencies in bmclib that necessitate
a version bump. When consuming bmclib in your project, we recommend always building with the latest Go version but this
should be in your hands as a user as much as possible.
## Acknowledgments
bmclib v2 interfaces with Redfish on BMCs through the Gofish library https://github.com/stmcginnis/gofish