File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var testPayload = &ske.CreateOrUpdateClusterPayload{
3232 Machine : & ske.Machine {
3333 Image : & ske.Image {
3434 Name : utils .Ptr ("flatcar" ),
35- Version : utils .Ptr ("3602 .2.1" ),
35+ Version : utils .Ptr ("3760 .2.1" ),
3636 },
3737 Type : utils .Ptr ("b1.2" ),
3838 },
@@ -89,7 +89,7 @@ func fixtureFlagValues(mods ...func(flagValues map[string]string)) map[string]st
8989 "machine": {
9090 "image": {
9191 "name": "flatcar",
92- "version": "3602 .2.1"
92+ "version": "3760 .2.1"
9393 },
9494 "type": "b1.2"
9595 },
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var testPayload = ske.CreateOrUpdateClusterPayload{
3232 Machine : & ske.Machine {
3333 Image : & ske.Image {
3434 Name : utils .Ptr ("flatcar" ),
35- Version : utils .Ptr ("3602 .2.1" ),
35+ Version : utils .Ptr ("3760 .2.1" ),
3636 },
3737 Type : utils .Ptr ("b1.2" ),
3838 },
@@ -89,7 +89,7 @@ func fixtureFlagValues(mods ...func(flagValues map[string]string)) map[string]st
8989 "machine": {
9090 "image": {
9191 "name": "flatcar",
92- "version": "3602 .2.1"
92+ "version": "3760 .2.1"
9393 },
9494 "type": "b1.2"
9595 },
You can’t perform that action at this time.
0 commit comments