Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

build(deps): bump envoyproxy/envoy from v1.36.4 to v1.37.0 in /cmd/cl-dataplane #2374

build(deps): bump envoyproxy/envoy from v1.36.4 to v1.37.0 in /cmd/cl-dataplane

build(deps): bump envoyproxy/envoy from v1.36.4 to v1.37.0 in /cmd/cl-dataplane #2374

Workflow file for this run

name: PR check - e2e tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
e2e-connectivity-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
with:
fetch-tags: true
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
- name: Install kind
uses: helm/kind-action@v1.13.0
with:
install_only: true
- name: Run build
run: make build
- name: Build docker images
run: make docker-build
- name: Run e2e k8s test on a kind cluster
run: CICD=1 ${{ runner.debug == '1' && 'DEBUG=1' || '' }} make tests-e2e-k8s
- name: upload e2e k8s test logs
uses: actions/upload-artifact@v6
if: failure()
with:
name: tests-e2e-k8s
path: /tmp/clusterlink-k8s-tests