#415 Fix functional tests by pinning golang version to 1.19.10
Pull request opened by eapolinarioTL;DR
Latest releases of go broke some of the docker cli commands, which ended up breaking functional tests
Type
☐ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete descriptiondocker/cli#4437 has more details, but basically the latest version of the docker-cli doesn't work with go versions 1.19.11 and 1.20.5. This PR forces the version of the docker client installed in the sandbox image to 1.19.10.
Tracking Issuehttps://github.com/flyteorg/flyte/issues/Follow-up issueNA
OR
https://github.com/flyteorg/flyte/issues/flyteorg/flytectl
GitHub Actions: Goreleaser
GitHub Actions: Generate documentation
GitHub Actions: Bump Version
✅ 9 other checks have passed
9/12 successful checks