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 had same problem when trying it in docker in local VM. Looks like for me helped downloading newer go version.
Edit Dockerfile and change second RUN command where go version is downloaded to
RUN mkdir -p /usr/local/ && \
curl -OL https://go.dev/dl/go1.20.3.linux-amd64.tar.gz && \
tar xf go1.20.3.linux-amd64.tar.gz -C /usr/local
It would be good if someone can rewrite the Dockerfile using a more modern Ubuntu version so it can use the system Go version instead of an external one.
when i try to deploy on heroku .
there error in line.
RUN /usr/local/go/bin/go get -d -v ./...
it returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: