Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 5c60e81

Browse files
committed
Updates test k8s image to 1.18.2
Signed-off-by: JoshVanL <[email protected]>
1 parent 46d2f79 commit 5c60e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/environment/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
defaultNodeImage = "1.18.0"
16+
defaultNodeImage = "1.18.2"
1717
defaultRootPath = "../../."
1818
)
1919

0 commit comments

Comments
 (0)