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
Is there a way to disable testing of the various 3rd party imports/dependencies? I receive the following errors for an AWS dependency, and the command never fully completes successfully.
build: importGo github.com/aws/aws-xray-sdk-go/internal/logger: exit status 1
error writing go.mod: open /Users/xyz/go/pkg/mod/github.com/aws/[email protected]/go.mod298498081.tmp: permission denied
)
/Users/xyz/go/pkg/mod/github.com/aws/[email protected]/xray/aws.go:22:2: could not import github.com/aws/aws-sdk-go/aws/client (go/build: importGo github.com/aws/aws-sdk-go/aws/client: exit status 1
The text was updated successfully, but these errors were encountered:
Is there a way to disable testing of the various 3rd party imports/dependencies? I receive the following errors for an AWS dependency, and the command never fully completes successfully.
The text was updated successfully, but these errors were encountered: