Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go 1.20.2 has an important fix to an issue described in [1]. Switch from using Go 1.19 from Dockerfile (used for release binaries and some CI) as well as from cirrus-ci. Note in cirrus-ci we have to specify the patch number explicitly, as otherwise go 1.20 will be used, while in Dockerfile saying 1.20 means to use 1.20.x (which is 1.20.2 now). [1] golang/go#58624 Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information