Fix Go version to 1.23 when running Gateway API conformance tests

This commit is contained in:
Michael 2024-09-03 15:12:04 +02:00 committed by GitHub
parent 533c102d4f
commit 3d92f1645f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,13 @@ on:
branches:
- '*'
paths:
- '.github/workflows/test-conformance.yaml'
- 'pkg/provider/kubernetes/gateway/**'
- 'integration/fixtures/k8s-conformance/**'
- 'integration/k8s_conformance_test.go'
env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'
CGO_ENABLED: 0
jobs: