Building and Testing Go v1.11 Projects in CircleCI (and how to switch on module support)

Hey everyone,

I wrote a blog post earlier this week on how you would build a Go v1.11 project with module support turned on, on CircleCI. You can find it here.

Any questions or feedback, please write it here.

To start, any comments on the caching method I listed? It’s my understanding that Go would have two caches, the downloaded modules, and a “build cache”. The latter I don’t think is useful in a CI environment right?

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