yorkie
yorkie copied to clipboard
Error when building Docker images with Go 1.19
Description:
Error when building Docker images with Go 1.19
https://github.com/yorkie-team/yorkie/runs/7644025991?check_suite_focus=true
To avoid the error, we decided to fix the version to 1.18.
Why:
- We should support Go 1.19 in the future.
This blocks the brew package build: https://github.com/Homebrew/homebrew-core/pull/107165
@andig Thanks for letting me know.
It seems to be resolved in the Go 1.19.2 release. It would be good to try building with Go 1.19.2.
@blurfx Thanks for letting me know.
@hackerwins please don't forget to unpin Go version in the homebrew repo
@andig Thanks. I will unpin it when we release the next version.