Apologies, I'm completely unfamiliar with Go, so trying to find my way.
I thought I'd try compiling the latest version from master. After some weird gofmt errors, I discovered that the repo needs to be checked out with autocrlf=false.
I had some problems with the test-examples, but figured they're examples, so commented that part out and moved on. Same with docs-build.
I now got as far as the Windows binary step, but that's failing:
Thank you for the bug report! I think you are correct, that is the problem. I think this was probably fixed in the docker/dockerdependency, so updating that dependency should fix the build.
Apologies, I'm completely unfamiliar with Go, so trying to find my way.
I thought I'd try compiling the latest version from master. After some weird gofmt errors, I discovered that the repo needs to be checked out with autocrlf=false.
I had some problems with the test-examples, but figured they're examples, so commented that part out and moved on. Same with docs-build.
I now got as far as the Windows binary step, but that's failing:
Any suggestions?