Skip to content

Commit

Permalink
Upgrade k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Aug 11, 2021
1 parent 1555e10 commit 0a5dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [ "v1.17.17", "v1.21.2" ]
k8s: [ "v1.17.17", "v1.22.0" ]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
Expand Down

0 comments on commit 0a5dd3a

Please sign in to comment.