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
I tried to dockerize a Go 1.8 app using gqlgen. This app is located in a go workspace. When i am trying to build the docker image i am getting this error :
found packages generated (generated.go) and resolvers (resolver.go) in /app
schema.resolvers.go:7:2: package auth/generated is not in GOROOT (/usr/local/go/src/auth/generatedserver.go)
package - auth/resolvers is not in GOROOT (/usr/local/go/src/auth/resolvers)
versions
gqlgen version 0.17.12
go version 1.8
The text was updated successfully, but these errors were encountered:
I tried to dockerize a Go 1.8 app using gqlgen. This app is located in a go workspace. When i am trying to build the docker image i am getting this error :
versions
The text was updated successfully, but these errors were encountered: