Closed daniellevass closed 3 years ago
I see https://github.com/bitrise-steplib/bitrise-add-trace-sdk-android does not use go modules yet. Try running go env -w GO111MODULE=auto
or updating to Go modules. In go 1.16 GOPATH mode is disabled by default and this Step does not migrate to go modules automatically (But Steps not yet using Go modules are migrated at runtime by Bitrise CLI)
That seems to work - thank you so kindly for explaining!
Troubleshooting
Issue description
Hi,
Running this step locally on my MacBook causes the following error:
I get this problem if I try to build the add trace sdk android project - but i also get the same problem if i create a fresh project with this step. I'm new to go so I'm not sure if I'm missing something but I followed this guide to create my step
Bitrise info
go version : go1.16.3 darwin/amd64
My project is located in :
/Users/daniellevass/go/src/github.com/bitrise-steplib/bitrise-add-trace-sdk-android
which is where the new step tool put it by default.OSX version: 10.15.6
Steps to reproduce
Simplest:
..... etc...