Skip to content

Commit

Permalink
update kind to v0.13.0 (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian authored May 14, 2022
1 parent 673138f commit 1209476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
GO_VERSION: '1.17'
KIND_VERSION: v0.12.0
KIND_VERSION: v0.13.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion yamls/kind.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set nodeTag = "v1.23.4" -%}
{% set nodeTag = "v1.23.6" -%}
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
Expand Down

0 comments on commit 1209476

Please sign in to comment.