From 4e7116cb24cbdc95a299064b9848379a63a24e8a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Mon, 24 Aug 2026 11:02:37 -0400 Subject: [PATCH] chore(deps): bump go to v1.26.7 Update the Go toolchain requirement from 1.26.6 to 1.26.7. Signed-off-by: Ryan Johnson --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c41aa487..78bd2bd3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This plugin supports the following desktop hypervisors. **Go**: -- [Go 1.26.6][golang-install] is required to build the plugin from source. +- [Go 1.26.7][golang-install] is required to build the plugin from source. ## Installation diff --git a/go.mod b/go.mod index 9bf99cb3..4cc092e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vmware/packer-plugin-vmware -go 1.26.6 +go 1.26.7 require ( github.com/google/go-cmp v0.7.0