Skip to content

Commit 1a04572

Browse files
committed
fix: remove toolchain go1.24.1
Remove `toolchain go1.24.1`. Signed-off-by: Ryan Johnson <[email protected]>
1 parent af988bd commit 1a04572

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.web-docs/components/builder/vsphere-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,4 +1830,4 @@ JSON Example:
18301830

18311831
```text
18321832
Host > Configuration > System Management
1833-
```
1833+
```

.web-docs/components/builder/vsphere-iso/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,4 +1744,4 @@ For example:
17441744
and click the **Permissions** tab.
17451745
2. Select the service account with the custom role assigned and click the **Change role** icon.
17461746
3. In the **Change role** dialog box, from the **Role** drop-down menu, select **No Access**, select
1747-
the **Propagate to children** check box, and click **OK**.
1747+
the **Propagate to children** check box, and click **OK**.

.web-docs/components/builder/vsphere-supervisor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,4 +496,4 @@ Content of `cleanup-playbook.yml`:
496496
- {
497497
path: "/home/{{ ansible_env.SUDO_USER | default(ansible_user_id) }}/.bash_history",
498498
}
499-
```
499+
```

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/hashicorp/packer-plugin-vsphere
22

33
go 1.23.0
44

5-
toolchain go1.24.1
6-
75
require (
86
github.com/google/go-cmp v0.7.0
97
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)