fix: go version for conformance tests gateway api
This commit is contained in:
parent
bc84fdd006
commit
efa6ca0fa1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-conformance.yaml
vendored
2
.github/workflows/test-conformance.yaml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
- 'integration/k8s_conformance_test.go'
|
- 'integration/k8s_conformance_test.go'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.21'
|
GO_VERSION: '1.22'
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue