yorkie-team/yorkie

Error when building Docker images with Go 1.19

Closed this issue ยท 6 comments

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.
andig commented

This blocks the brew package build: Homebrew/homebrew-core#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.

andig commented

@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.