You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/grafana/grafana/pkg/services/sqlstore/migrator
../../grafana/grafana/pkg/services/sqlstore/migrator/migrator.go:10: import /go/src/github.com/raintank/grafana/Godeps/_workspace/pkg/linux_amd64/github.com/mattn/go-sqlite3.a: object is [linux amd64 go1.4 X:precisestack] expected [linux amd64 go1.4.2 X:precisestack]
godep: go exit status 2
[Log] 15-07-06 22:42:56 [ WARN] Fail to execute command [godep go build -o ./bin/grafana-server]
first i noticed one of the scripts was getting go 1.4 instead of 1.4.2, which i fixed,
I then even forced everything on the same go version (dcaed01) but still getting this.
The text was updated successfully, but these errors were encountered:
this:
causes:
first i noticed one of the scripts was getting go 1.4 instead of 1.4.2, which i fixed,
I then even forced everything on the same go version (dcaed01) but still getting this.
The text was updated successfully, but these errors were encountered: