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
Same thing is happening on a linux container in docker:
...
Step 16/18 : RUN go install -v ./...
---> Running in f3b1c69ff4ef
build gitlab.com/abc/api: cannot load github.com/ugorji/go/codec: ambiguous import: found github.com/ugorji/go/codec in multiple modules:
github.com/ugorji/go v1.1.4 (/go/pkg/mod/github.com/ugorji/[email protected]/codec)
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 (/go/pkg/mod/github.com/ugorji/go/[email protected])
ERROR: Service 'api' failed to build: The command'/bin/sh -c go install -v ./...' returned a non-zero code: 1
Describe the bug
When running
go build
, it throws an error:To Reproduce
Steps to reproduce the behavior:
go build
Expected behavior
The build should succeed
Screenshots
If applicable, add screenshots to help explain your problem.
Your swag version
1.5.1
Your go version
1.12.5
Desktop (please complete the following information):
Additional context
Full output
The text was updated successfully, but these errors were encountered: