Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: AiRanthem <[email protected]>
  • Loading branch information
AiRanthem committed Nov 12, 2024
1 parent dcd317d commit 7eb63e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.17'
KIND_IMAGE: 'kindest/node:v1.23.3'
GO_VERSION: '1.19'
KIND_IMAGE: 'kindest/node:v1.26.6'
KIND_CLUSTER_NAME: 'ci-testing'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-multi-network-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.17'
KIND_IMAGE: 'kindest/node:v1.23.3'
GO_VERSION: '1.19'
KIND_IMAGE: 'kindest/node:v1.26.6'
KIND_CLUSTER_NAME: 'ci-testing'

jobs:
Expand Down

0 comments on commit 7eb63e1

Please sign in to comment.