<#415 Fix functional tests by pinning golang versi...
# flyte-github
a
#415 Fix functional tests by pinning golang version to 1.19.10 Pull request opened by eapolinario TL;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 description docker/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 Issue https://github.com/flyteorg/flyte/issues/ Follow-up issue NA 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