Skip to content

Commit

Permalink
fix(tests): fix setting GKE cluster version setting (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Oct 18, 2023
1 parent 61ea16e commit a93d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func createGKEBuilder(t *testing.T) (*environments.Builder, error) {
}

t.Logf("creating GKE cluster, with requested version: %s", k8sVersion)
clusterBuilder = clusterBuilder.WithClusterMinorVersion(k8sVersion.Major, k8sVersion.Minor)
clusterBuilder.WithClusterVersion(k8sVersion)
}

return environments.NewBuilder().WithClusterBuilder(clusterBuilder), nil
Expand Down

0 comments on commit a93d720

Please sign in to comment.