File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public static class KubeVersions
136
136
/// other developers.
137
137
/// </note>
138
138
/// </remarks>
139
- public const string NeonKube = "0.10 .0-beta.3 " ;
139
+ public const string NeonKube = "0.11 .0-beta.0 " ;
140
140
141
141
/// <summary>
142
142
/// Returns the branch part of the NEONKUBE version. This will be blank for release
@@ -183,12 +183,12 @@ public static string BranchPart
183
183
/// <summary>
184
184
/// The version of Kubernetes to be installed.
185
185
/// </summary>
186
- public const string Kubernetes = "1.24 .0" ;
186
+ public const string Kubernetes = "1.28 .0" ;
187
187
188
188
/// <summary>
189
189
/// The version of Kubernetes to be installed, without the patch component.
190
190
/// </summary>
191
- public const string KubernetesNoPatch = "1.24 " ;
191
+ public const string KubernetesNoPatch = "1.28 " ;
192
192
193
193
/// <summary>
194
194
/// The version of the Kubernetes dashboard to be installed.
@@ -241,7 +241,7 @@ public static string BranchPart
241
241
/// <summary>
242
242
/// The version of Podman to be installed.
243
243
/// </summary>
244
- public const string Podman = "3.4 .2" ;
244
+ public const string Podman = "4.7 .2" ;
245
245
246
246
/// <summary>
247
247
/// The version of Calico to install.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ $buildScript =
51
51
set -euo pipefail
52
52
53
53
export CRIO_VERSION=$<CRIO-VERSION>
54
- export GO_VERSION=17.5
54
+ export GO_VERSION=1.20
55
55
56
56
# Install the package dependencies.
57
57
You can’t perform that action at this time.
0 commit comments