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
Hi,
I encountered this error when follow the "patch and build auctioneer" of getting started.
go get ./...
# github.com/mesos/cloudfoundry-mesos/scheduler
../../../../mesos/cloudfoundry-mesos/scheduler/init.go:50: cannot use secret (type []byte) as type *string in field value
I changed below lines in init.go and it succeeded in compiling auctioneer
Hi,
I encountered this error when follow the "patch and build auctioneer" of getting started.
I changed below lines in init.go and it succeeded in compiling auctioneer
Have you met this issue before? or it is related with my host environment?
The text was updated successfully, but these errors were encountered: