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: