Bitrise step import does not work

Hi, I’ve been trying to make a bitrise step myself for our team and I am facing issues with importing github.com/bitrise-io/go-steputils/stepconf

I installed this with go get -u and after running bitrise run test on my custom step I am getting

/main.go:10:2: cannot find package "github.com/bitrise-io/go-steputils/stepconf" in any of:
	/usr/local/Cellar/go/1.13.4/libexec/src/github.com/bitrise-io/go-steputils/stepconf (from $GOROOT)
	/var/folders/01/qpj639z97k164s3hcbz2ybph0000gn/T/bitrise-go-toolkit442334038/src/github.com/bitrise-io/go-steputils/stepconf (from $GOPATH)
1 Like

Is the step open source? If it is can you please share the link of the repository?

In what you wrote I can’t see anything wrong, it’s most likely a small detail somewhere that causes this :thinking:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.