How to setup for a Go project using GB?

I’ve been using CircleCI for some time with our Rails project. I have a new Go codebase that I’d like to integrate. However, this Go project uses GB and it is not clear to me how to go about creating a circle.yml for this project. Searching isn’t turning up much. Any ideas?

1 Like

Hi @n8gard,

I’m not familiar with GB, but it looks like using it will involve overriding the inferred dependencies and build commands. If so, you may find this post useful to you.

Hope that helps!
Frank

1 Like

Thank you. This was helpful. I am progressing.