go-gl/glfw

help: getting `build constraints exclude all Go files in...` error

gucio321 opened this issue · 1 comments

Hi there,
I'm trying to build my project using CI, but getting this:

18:02:13 package command-line-arguments
...
imports github.com/go-gl/glfw/v3.3/glfw: build constraints exclude all Go files in /go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20200707082815-5321531c36a2
18:02:13 

what should I check? How to fix this?

okey, I found solution: CGO_ENABLED wasn't set to 1