Skip to content

Commit

Permalink
revert back unit-test k8s_version change
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux authored Mar 4, 2024
1 parent 53e7142 commit 95ba621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version: [1.19]
k8s_version: [1.24.1, 1.27.1, 1.28.3]
k8s_version: [1.19.2, 1.24.1, 1.27.1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 95ba621

Please sign in to comment.