Skip to content

Commit b9ef721

Browse files
committed
Use 1.21 in e2e test
1 parent 6167440 commit b9ef721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (s *SetupTests) Run(t *testing.T) {
3838
}
3939

4040
func (s *SetupTests) CreateCluster(t *testing.T) {
41-
version := "1.20.8"
41+
version := "1.21.5"
4242
if v := os.Getenv("KLUSTER_VERSION"); v != "" {
4343
version = v
4444
}

0 commit comments

Comments
 (0)