Skip to content

chore: remove .go-version#666

Merged
tenthirtyam merged 1 commit intomainfrom
chore/remove-go-version
Feb 24, 2026
Merged

chore: remove .go-version#666
tenthirtyam merged 1 commit intomainfrom
chore/remove-go-version

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Summary

Removed the.go-version now that all workflows that use actions/setup-go now get the version from the module in go.mod.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Release Note

Additional Information

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>
@tenthirtyam tenthirtyam added this to the v2.2.0 milestone Feb 24, 2026
@tenthirtyam tenthirtyam self-assigned this Feb 24, 2026
@tenthirtyam tenthirtyam requested a review from a team as a code owner February 24, 2026 02:34
Copilot AI review requested due to automatic review settings February 24, 2026 02:34
@tenthirtyam tenthirtyam added the chore Chore label Feb 24, 2026
@github-actions github-actions bot added needs-review Needs Review size/xs Relative Sizing: Extra-Small labels Feb 24, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-version from the repository.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tenthirtyam tenthirtyam merged commit 09e41b6 into main Feb 24, 2026
13 checks passed
@tenthirtyam tenthirtyam deleted the chore/remove-go-version branch February 24, 2026 03:02
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Feb 24, 2026
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>
@github-actions
Copy link
Copy Markdown

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Chore size/xs Relative Sizing: Extra-Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants