# Setting up a Go build with Glide on CircleCI

DevFeed: [Setting up a Go build with Glide on CircleCI](<https://devfeed.tech/articles/setting-up-a-go-build-with-glide-on-circleci-37732.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/glide-circleci/>)

Author: Carlos Alexandro Becker

Published: 2016-08-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [CircleCI](<https://devfeed.tech/topics/circleci.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [circleci](<https://devfeed.tech/tags/circleci.md>), [go](<https://devfeed.tech/tags/go.md>)

## AI overview

A quick tutorial on setting up a Go build with Glide on CircleCI. It provides configuration tips and notes that import paths may need adjustment for the project repository.

## Source excerpt

I've lost a considerable amount of time trying to bind those things together, so I decided to write this quick post about it, so others could also benefit from it.