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