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
Sorry for the delay, @marcg1 !! @randall 's latest patch that we just merged should have fixed this problem. Again, sorry for the delay and thanks for reporting! Let us know if the code that's available now is better!
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
withgo mod tidy
in the Dockerfile. Thanks.The text was updated successfully, but these errors were encountered: