Skip to content

Vungle/docker-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.