Skip to content

Commit 6e45cf3

Browse files
committed
Pin checks to Kube 1.25
1 parent 2171bfe commit 6e45cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
kubernetes: [latest, v1.21]
54+
kubernetes: [v1.25, v1.21]
5555
steps:
5656
- uses: actions/checkout@v3
5757
- uses: actions/setup-go@v3

0 commit comments

Comments
 (0)