Any one have Idea about Travis

I was trying to build the go application in Travis. when we import GitHub packages they have to be installed before or we can directly import them and use them?

Thanks.

If you don’t vendor your deps you’ll need to go get them, when using modules, you’ll need to do the module equivalent.

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