Skip to content

Commit 0a2f9a3

Browse files
committed
fixup! test(e2e): Fix up e2e tests
1 parent c3edb0e commit 0a2f9a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
NUTANIX_USER: ${{ secrets.NUTANIX_USER }}
9797
NUTANIX_PASSWORD: ${{ secrets.NUTANIX_PASSWORD }}
9898
NUTANIX_PORT: ${{ vars.NUTANIX_PORT }}
99+
NUTANIX_INSECURE: false
99100
NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: ${{ vars.NUTANIX_PRISM_ELEMENT_CLUSTER_NAME }}
100101
NUTANIX_SUBNET_NAME: ${{ vars.NUTANIX_SUBNET_NAME }}
101102
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: ${{ vars.NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix
55

6-
go 1.21
6+
go 1.22
77

88
toolchain go1.22.5
99

0 commit comments

Comments
 (0)