Skip to content

Commit

Permalink
Merge pull request #105 from aojea/aojea-patch-8
Browse files Browse the repository at this point in the history
Update e2e jobs
  • Loading branch information
k8s-ci-robot authored Nov 18, 2024
2 parents 891e9a6 + a0edd85 commit c6c60bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.22.0"
K8S_VERSION: "v1.30.0"
KIND_VERSION: "v0.23.0"
GO_VERSION: "1.23"
K8S_VERSION: "v1.31.2"
KIND_VERSION: "v0.25.0"
IMAGE_NAME: registry.k8s.io/networking/kube-network-policies
KIND_CLUSTER_NAME: kind

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.22.0"
K8S_VERSION: "v1.30.0"
KIND_VERSION: "v0.23.0"
GO_VERSION: "1.23"
K8S_VERSION: "v1.31.2"
KIND_VERSION: "v0.25.0"
IMAGE_NAME: registry.k8s.io/networking/kube-network-policies
KIND_CLUSTER_NAME: kind

Expand Down

0 comments on commit c6c60bb

Please sign in to comment.