Merged
Conversation
Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
Removes the repository’s .go-version file now that CI workflows derive the Go version directly from the go.mod go directive via actions/setup-go.
Changes:
- Deleted
.go-versionfrom the repository.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tenthirtyam
added a commit
that referenced
this pull request
Feb 24, 2026
commit 94d217c Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Mon Feb 23 22:02:37 2026 -0500 docs: fix typos and grammer (#667) Addressed spelling, grammar, and phrasing. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> commit 09e41b6 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Mon Feb 23 22:02:02 2026 -0500 chore: remove `.go-version` (#666) Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> commit 2c7c9c5 Author: Ryan Johnson <ryan@tenthirtyam.org> Date: Sun Feb 22 12:09:06 2026 -0500 docs: update examples url (#664) Replaced references to `github.com/vmware-samples/packer-examples-for-vsphere` with `github.com/vmware/packer-examples-for-vsphere`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit 2c771b3 Author: Ryan Johnson <ryan@tenthirtyam.org> Date: Sun Feb 22 12:01:24 2026 -0500 docs: update `README.md` (#663) Update `README.md`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit d17cc76 Author: Ryan Johnson <ryan@tenthirtyam.org> Date: Sun Feb 22 11:37:43 2026 -0500 chore(gh): update release workflow tag pattern (#662) Replaced broad `v*` tag filter with a more specific pattern: `v*.*.*` to match stable SemVer releases (e.g. `v2.2.0`) and pre-releases (e.g. `v2.2.0-beta`, `v2.2.0-rc.1`). Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit 6632d05 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Sat Feb 21 12:14:40 2026 -0500 chore: update `CODEOWNERS` (#661) Update `CODEOWNERS`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit 224d5a3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 20 10:16:58 2026 -0500 chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#660) Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@9971854...b5d41d4) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit dee83a3 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Fri Feb 20 08:07:54 2026 -0500 docs: update `CONTRIBUTING.md` (#658) Revised the `CONTRIBUTING.md`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> commit 8587200 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Wed Feb 18 12:56:13 2026 -0500 chore(dev): prepare development cycle (#656) Prepare the plugin for the 2.2.0 development cycle and pre-release builds. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
tenthirtyam
added a commit
that referenced
this pull request
Mar 5, 2026
commit 94d217c Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Mon Feb 23 22:02:37 2026 -0500 docs: fix typos and grammer (#667) Addressed spelling, grammar, and phrasing. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> commit 09e41b6 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Mon Feb 23 22:02:02 2026 -0500 chore: remove `.go-version` (#666) Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> commit 2c7c9c5 Author: Ryan Johnson <ryan@tenthirtyam.org> Date: Sun Feb 22 12:09:06 2026 -0500 docs: update examples url (#664) Replaced references to `github.com/vmware-samples/packer-examples-for-vsphere` with `github.com/vmware/packer-examples-for-vsphere`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit 2c771b3 Author: Ryan Johnson <ryan@tenthirtyam.org> Date: Sun Feb 22 12:01:24 2026 -0500 docs: update `README.md` (#663) Update `README.md`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit d17cc76 Author: Ryan Johnson <ryan@tenthirtyam.org> Date: Sun Feb 22 11:37:43 2026 -0500 chore(gh): update release workflow tag pattern (#662) Replaced broad `v*` tag filter with a more specific pattern: `v*.*.*` to match stable SemVer releases (e.g. `v2.2.0`) and pre-releases (e.g. `v2.2.0-beta`, `v2.2.0-rc.1`). Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit 6632d05 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Sat Feb 21 12:14:40 2026 -0500 chore: update `CODEOWNERS` (#661) Update `CODEOWNERS`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> commit 224d5a3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 20 10:16:58 2026 -0500 chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#660) Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@9971854...b5d41d4) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit dee83a3 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Fri Feb 20 08:07:54 2026 -0500 docs: update `CONTRIBUTING.md` (#658) Revised the `CONTRIBUTING.md`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> commit 8587200 Author: Ryan Johnson <ryan.johnson@broadcom.com> Date: Wed Feb 18 12:56:13 2026 -0500 chore(dev): prepare development cycle (#656) Prepare the plugin for the 2.2.0 development cycle and pre-release builds. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
|
This functionality has been released in v2.1.2 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removed the
.go-versionnow that all workflows that useactions/setup-gonow get the version from the module ingo.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
Release Note
Additional Information