Skip to content

Commit

Permalink
pin envtest version in the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjenkins committed Nov 7, 2024
1 parent 31871f0 commit 0ae2851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: test
if: runner.os == 'Linux'
run: make test
env:
# Remove this override when 1.31.1 is available for envtest
ENVTEST_K8S_VERSION: 1.31.0

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ae2851

Please sign in to comment.