Skip to content

Commit

Permalink
Merge pull request #598 from rabbitmq/k8s-126-action
Browse files Browse the repository at this point in the history
Bump k8s version in github actions
  • Loading branch information
ChunyiLyu committed Apr 17, 2023
2 parents c3d709d + ed557be commit 8df994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
k8s: [v1.22.9, v1.24.1]
k8s: [v1.22.17, v1.26.3]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit 8df994e

Please sign in to comment.