Conversation
- Updated `README.md` to require Go 1.24.0 based on `go.mod`. - Updated documentation to lists support for vSphere 8.x and 9.x, removing 7.x. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to reflect current version requirements. The Go version requirement is updated to match go.mod (1.24.0), and the supported vSphere versions are updated to include 9.x and 8.x while removing the no-longer-supported 7.x. Additionally, terminology is standardized by changing "plugin" to "provider" in the README.
- Updated Go requirement from 1.23.8 to 1.24.0 to match
go.mod - Updated supported vSphere versions to 9.x and 8.x (removed 7.x)
- Improved terminology consistency by using "provider" instead of "plugin"
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/index.md | Updated supported vSphere versions list to include 9.x and 8.x, removing 7.x |
| README.md | Updated Go version requirement to 1.24.0 and standardized terminology from "plugin" to "provider" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
README.mdto require Go 1.24.0 based ongo.mod.Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Closes #2624
Release Note
Additional Information