Skip to content

Commit 436ac60

Browse files
committed
update github actions
1 parent 7a7f1a4 commit 436ac60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gateway.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77

88
env:
99
GO_VERSION: "1.24"
10-
K8S_VERSION: "v1.32.0"
11-
KIND_VERSION: "v0.27.0"
10+
GATEWAY_VERSION: "v1.34.0"
11+
K8S_VERSION: "v1.34.0"
12+
KIND_VERSION: "v0.30.0"
1213
KIND_CLUSTER_NAME: "kind-cloud"
1314

1415
jobs:
@@ -37,7 +38,7 @@ jobs:
3738
run: |
3839
TMP_DIR=$(mktemp -d)
3940
# Test binaries
40-
git clone --depth 1 https://github.com/kubernetes-sigs/gateway-api.git ${TMP_DIR}
41+
git clone --branch ${{ env.GATEWAY_VERSION }} --depth 1 https://github.com/kubernetes-sigs/gateway-api.git ${TMP_DIR}
4142
cd ${TMP_DIR}
4243
go test ./conformance/ -c
4344
cd -

0 commit comments

Comments
 (0)