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