Descriptions
When running the following command the build fails with the following linker error:
Output:
# command-line-arguments
link: github.com/go-chrono/chrono: invalid reference to time.loadFromEmbeddedTZData
Steps to Reproduce
- Use Go 1.22+ (Eg: 1.23)
- Run the command
go run main.go diff
- Observe the error
Note:
This issue does not occur on Go 1.22 but starts appearing in 1.22+.
This seems to be an incompatibility with Go 1.22+ probably