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
Once I run that command, I get a warning and an error:
2023/11/07 13:58:32 warning: failed to get package name in dir: ./internal, error: execute go list command, exec: "go": executable file not found in $PATH, stdout:, stderr:
2023/11/07 13:58:34 ParseComment error in file /src/internal/platform/handlers/app/users/users_handler.go :cannot find type definition: app.ResponseWrapper[UserResponse]
Looks like internally it uses the go CLI which is stripped by the Dockerfile because it uses the scratch base image.
The text was updated successfully, but these errors were encountered:
I have a docker run command with the ghcr image:
Once I run that command, I get a warning and an error:
Looks like internally it uses the
go
CLI which is stripped by the Dockerfile because it uses thescratch
base image.The text was updated successfully, but these errors were encountered: