1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-10 01:17:55 +03:00

fix: go version for conformance tests gateway api

This commit is contained in:
Michael 2024-02-08 16:46:06 +01:00 committed by GitHub
parent bc84fdd006
commit efa6ca0fa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ on:
- 'integration/k8s_conformance_test.go'
env:
GO_VERSION: '1.21'
GO_VERSION: '1.22'
CGO_ENABLED: 0
jobs: