Skip to content

Commit 4921f36

Browse files
committed
ugprade minimum tested gateway api version from standard v1.1.1 to standard v1.2.0
Signed-off-by: Alex Leong <[email protected]>
1 parent 1c308a7 commit 4921f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
include:
165165
- k8s: v1.23
166166
gateway-api:
167-
version: v1.1.1
167+
version: v1.2.0
168168
channel: standard
169169
env:
170170
GATEWAY_API_VERSION: ${{ matrix.gateway-api.version }}

testutil/test_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
corev1 "k8s.io/api/core/v1"
2323
)
2424

25-
const GATEWAY_API_VERSION = "v1.1.1"
25+
const GATEWAY_API_VERSION = "v1.2.0"
2626

2727
// TestHelper provides helpers for running the linkerd integration tests.
2828
type TestHelper struct {

0 commit comments

Comments
 (0)