Skip to content

Commit

Permalink
fix: update the version of infra provider
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Apr 29, 2024
1 parent 0743c44 commit ee29a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nutanix-cloud-native/cluster-api-provider-nutanix

go 1.21
go 1.22.1

toolchain go1.22.2

Expand Down
3 changes: 2 additions & 1 deletion templates/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ func setupTestEnvironment() (client.Client, error) {
}

clusterctllog.SetLogger(textlogger.NewLogger(textlogger.NewConfig()))
// TODO: make this generic so that we dont need to update this every release
clusterctl.Init(context.Background(), clusterctl.InitInput{
KubeconfigPath: tmpKubeconfig.Name(),
InfrastructureProviders: []string{"nutanix:v1.4.0-alpha.1"},
InfrastructureProviders: []string{"nutanix:v1.4.0-alpha.2"},
ClusterctlConfigPath: "testdata/clusterctl-init.yaml",
})

Expand Down

0 comments on commit ee29a0a

Please sign in to comment.