Skip to content

Commit

Permalink
bind to actual versions present on dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Jan 14, 2024
1 parent a80ee42 commit ee0e897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
k8s-version:
- "kindest/node:v1.29.0"
- "kindest/node:v1.28.5"
- "kindest/node:v1.27.9"
- "kindest/node:v1.26.12"
- "kindest/node:v1.28.4"
- "kindest/node:v1.27.3"
- "kindest/node:v1.26.6"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ee0e897

Please sign in to comment.