From 72d41c3ddba1498af9ba91c041d5d9b1e1d1025e Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Mon, 8 Apr 2024 17:07:51 -0400 Subject: [PATCH] ci: fix Envoy int test versions Follow-up to #20956 --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 530d497fc5d3..c78137f4f28a 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -395,7 +395,7 @@ jobs: id-token: write # NOTE: this permission is explicitly required for Vault auth. contents: read env: - ENVOY_VERSION: "1.25.4" + ENVOY_VERSION: "1.28.2" steps: - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0