Skip to content

Commit

Permalink
chore: add k8s v1.31 CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting committed Aug 14, 2024
1 parent 855df9d commit a8d7f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
go:
- '1.21'
- '1.22'
- '1.23'
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
- v1.28.9
- v1.29.4
- v1.30.0
- v1.31.0
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit a8d7f3f

Please sign in to comment.