Module list out of date?
Opened this issue · 2 comments
marcg1 commented
The build command in the Dockerfile returned the following:
go: downloading golang.org/x/text v0.3.7
go: updates to go.mod needed; to update it:
go mod tidy
I was able to build the container by replacing go mod download
with go mod tidy
in the Dockerfile. Thanks.