Skip to content

Commit

Permalink
chore: changed CI kind node images matrix range from 1.24 - 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Aug 15, 2023
1 parent f38b2b4 commit 4749f32
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,10 @@ jobs:
fail-fast: false
matrix:
kind_node_image:
- kindest/node:v1.26.0
- kindest/node:v1.25.3
- kindest/node:v1.24.7
- kindest/node:v1.23.13
- kindest/node:v1.22.15
- kindest/node:v1.21.14
- kindest/node:v1.27.3
- kindest/node:v1.26.6
- kindest/node:v1.25.11
- kindest/node:v1.24.15
steps:
- name: Install go ${{ env.go_version }}
uses: actions/setup-go@v4
Expand Down

0 comments on commit 4749f32

Please sign in to comment.