Skip to content

Commit 6fbd5e7

Browse files
committed
Fix panic in stackset e2e tests.
Signed-off-by: Rodrigo Reis <[email protected]>
1 parent d891b18 commit 6fbd5e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/stackset/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
toolchain go1.22.0
66

7-
require github.com/zalando-incubator/stackset-controller v1.4.44
7+
require github.com/zalando-incubator/stackset-controller v1.4.45
88

99
require (
1010
github.com/beorn7/perks v1.0.1 // indirect

test/e2e/stackset/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
506506
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
507507
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
508508
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
509-
github.com/zalando-incubator/stackset-controller v1.4.44 h1:iX+k59V4PmHmssrV73hLbC7rLBy4KmyvKFl6pY+MqdM=
510-
github.com/zalando-incubator/stackset-controller v1.4.44/go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI=
509+
github.com/zalando-incubator/stackset-controller v1.4.45 h1:oQvWhC80vyrMLvcZOjVqmdFCou/StLqHS18XxaTSmbc=
510+
github.com/zalando-incubator/stackset-controller v1.4.45/go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI=
511511
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
512512
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
513513
go.etcd.io/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A=

0 commit comments

Comments
 (0)