mirror of
https://github.com/traefik/traefik.git
synced 2025-08-09 16:17:06 +02:00
Fix Go version to 1.23 when running Gateway API conformance tests
This commit is contained in:
parent
533c102d4f
commit
3d92f1645f
4
.github/workflows/test-conformance.yaml
vendored
4
.github/workflows/test-conformance.yaml
vendored
@ -5,11 +5,13 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/test-conformance.yaml'
|
||||||
- 'pkg/provider/kubernetes/gateway/**'
|
- 'pkg/provider/kubernetes/gateway/**'
|
||||||
|
- 'integration/fixtures/k8s-conformance/**'
|
||||||
- 'integration/k8s_conformance_test.go'
|
- 'integration/k8s_conformance_test.go'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.22'
|
GO_VERSION: '1.23'
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user