From a45ea681f6c56833044635cf2e44eceb83db5cb0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 17 Feb 2026 15:28:17 -0500 Subject: [PATCH] chore(deps): bump go to 1.24.13 Bump Go to 1.24.13. Signed-off-by: Ryan Johnson --- .go-version | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.go-version b/.go-version index d6c68ad2..59b05446 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.11 +1.24.13 diff --git a/README.md b/README.md index 06c0deda..9795fe17 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This plugin supports the following desktop hypervisors. **Go**: -- [Go 1.24.11][golang-install] +- [Go 1.24.13][golang-install] Required if building the plugin. diff --git a/go.mod b/go.mod index 14b2b181..81c7642d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vmware/packer-plugin-vmware -go 1.24.11 +go 1.24.13 require ( github.com/google/go-cmp v0.7.0