From efa6ca0fa1b0e62ca3565d14a2a12ae00c2b3485 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 8 Feb 2024 16:46:06 +0100 Subject: [PATCH] fix: go version for conformance tests gateway api --- .github/workflows/test-conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-conformance.yaml b/.github/workflows/test-conformance.yaml index 707d9d5c0..3b17660b3 100644 --- a/.github/workflows/test-conformance.yaml +++ b/.github/workflows/test-conformance.yaml @@ -9,7 +9,7 @@ on: - 'integration/k8s_conformance_test.go' env: - GO_VERSION: '1.21' + GO_VERSION: '1.22' CGO_ENABLED: 0 jobs: