Skip to content

Commit 29b7534

Browse files
authored
testing: replace 1.16 with 1.17 in GKE testing list (sourcegraph#672)
1 parent 5497b44 commit 29b7534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/fresh/fresh_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestFreshDeployment(t *testing.T) {
1818
t.Skip("skipping fresh cluster integration test in short mode")
1919
}
2020

21-
for _, k8sVersion := range []string{"1.14", "1.15", "1.16"} {
21+
for _, k8sVersion := range []string{"1.14", "1.15", "1.17"} {
2222
k8sVersion := k8sVersion
2323

2424
t.Run(fmt.Sprintf("GKE version %q", k8sVersion), func(t *testing.T) {

0 commit comments

Comments
 (0)