fix: gateway api conformance tests

This commit is contained in:
Michael 2024-01-22 16:04:05 +01:00 committed by GitHub
parent 5e0855ecc7
commit 6cb2ff2af9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,8 @@ on:
branches:
- '*'
paths:
- 'pkg/provider/kubernetes/gateway'
- 'pkg/provider/kubernetes/gateway/**'
- 'integration/k8s_conformance_test.go'
env:
GO_VERSION: '1.21'