Build your Golang code with Go Modules

go modules 1

You can now build your go projects with go modules! Please take a look at our Go modules documentation.

At the begining of Go's adoption, the build tools available were goinstall and then go get. It worked simply, but versioning was not managed. Developers started vendoring libs, it started to be a bit messy. The Go community addressed this problem with different third-party builds and dependencies management tools. And then came the official answer from the Go team: Go Modules. And we support it on Clever Cloud \o/.

How to Deploy

The default build tool is still go get. So to choose go modules you will need the following environment variable: CC_GO_BUILD_TOOL=gomod

Please make sure your go.mod file is at the root of your repository alongside main.go. If you have a different entrypoint you can specify it with the environment variable CC_GO_PKG=./path/to/entrypoint.go

If you follow those two advices, everything should go well and you will have your deployed go application on Clever Cloud. We hope you will enjoy using it. Please let us know if you have any other suggestions to make our golang support better.

Happy coding!

Blog

À lire également

Upcoming Events 2026

From September to November, we'll be at conferences and tech events across France and beyond.
Event

Compliance as code: moving our management system documentation into GitLab, from one month to 30 minutes

Updating our security policy set used to take almost a month, once a year. Today it takes 30 minutes. And the result is more reliable than it was.
Engineering

The audit as a weapon: compliance, another battlefield of economic warfare

I recently read the Flash ingérence published by the DGSI in May 2026 on the risks associated with foreign audits. It concerns three French companies confronted, under cover of regulatory procedures, with practices that end up weakening them. One of these examples struck me in particular, because it shows the extent to which the compliance reflex can sometimes turn against the party who believes they are doing the right thing.
Company