Skip to content

Commit

Permalink
Document go.mod version philosophy:
Browse files Browse the repository at this point in the history
This makes official our philosophy
and policy for the Go version in go.mod.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock authored and splaspood committed May 6, 2024
1 parent 64e8935 commit a4fbf70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4fbf70

Please sign in to comment.