From d103ebc513577496bbd084067474511563e495d7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 18 Aug 2026 09:44:21 -0400 Subject: [PATCH] chore(deps): bump go to v1.26.6 Update the Go toolchain requirement from 1.26.5 to 1.26.6. 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 f1c90580..c41aa487 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This plugin supports the following desktop hypervisors. **Go**: -- [Go 1.26.5][golang-install] is required to build the plugin from source. +- [Go 1.26.6][golang-install] is required to build the plugin from source. ## Installation diff --git a/go.mod b/go.mod index 44926c60..9bf99cb3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vmware/packer-plugin-vmware -go 1.26.5 +go 1.26.6 require ( github.com/google/go-cmp v0.7.0