Skip to content

Commit

Permalink
chore(ci): upgrade stable k8s version to 1.24.13 (1.24.11 no found on…
Browse files Browse the repository at this point in the history
… registry)
  • Loading branch information
nettoclaudio committed May 22, 2023
1 parent bbbcd19 commit 2a5759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: true
matrix:
k8s_version:
- 1.24.11 # current version at GKE stable channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions)
- 1.24.13 # current version at GKE stable channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions)
- 1.25.8 # current version at GKE regular channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions)
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 2a5759a

Please sign in to comment.