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
When building the container locally, the following error is thrown.
=> ERROR [pubsub builder 5/5] RUN go get github.com/prep/pubsubc 0.4s
------
> [pubsub builder 5/5] RUN go get github.com/prep/pubsubc:
0.373 go: go.mod file not found in current directory or any parent directory.
0.373 'go get' is no longer supported outside a module.
0.373 To build and install a command, use 'go install' with a version,
0.373 like 'go install example.com/cmd@latest'
0.373 For more information, see https://golang.org/doc/go-get-install-deprecation
0.373 or run 'go help get' or 'go help install'.
------
failed to solve: process "/bin/sh -c go get github.com/prep/pubsubc" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
edwardtheharris
pushed a commit
to edwardtheharris/gcloud-pubsub-emulator
that referenced
this issue
Nov 2, 2023
When building the container locally, the following error is thrown.
The text was updated successfully, but these errors were encountered: