Skip to content

Commit

Permalink
chore(deps): bump go from 1.22 to 1.22.6 (#2247)
Browse files Browse the repository at this point in the history
Updates Go from v1.22 to v1.22.6.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam authored Aug 15, 2024
1 parent 9cf61b4 commit 0a41cd6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22
1.22.6
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ FEATURES:
service settings and policy to be added to a host resource and future expansion of additional
services. ([#2232](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2232))

CHORE:

* `provider`: Updated `golang/go` to v1.22.6
([#2247](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2247))

## 2.8.3 August 13, 2024

BUG FIX:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Learn more:
[developer.hashicorp.com][terraform-install] and
[the project][terraform-github] on GitHub.

- [Go 1.22][golang-install]
- [Go 1.22.6][golang-install]

Required if building the provider.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-vsphere

go 1.22
go 1.22.6

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 0a41cd6

Please sign in to comment.