8000 GitHub - Vungle/docker-golang: Lightweight Docker Image for Building Golang Projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Lightweight Docker Image for Building Golang Projects

Notifications You must be signed in to change notification settings

Vungle/docker-golang

Repository files navigation

Build Status

docker-golang

Vungle's unified Go SDK for development and continuous integration.

docker run --rm vungle/golang:1 go version

Builds

Docker image can be built with:

make build

Then tested with:

make test

We're using Travis-CI to continuously deploying on commits to master branch. Make sure changes passes make build test command.

Future improvements

  • Integration other go projects in this repo as dependency breakage.
0