Skip to content

Simple continious integration example for the go programming language

Notifications You must be signed in to change notification settings

nagelflorian/golang-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoLang-CI CircleCI

Run

go run hello-world.go

Docker

You can also run the example app using Docker:

docker build -t golang-ci .
docker run --name=golang-ci -i -t golang-ci

Testing

go test

CircleCI

You can see the build status here: https://circleci.com/gh/nagelflorian/golang-ci

About

Simple continious integration example for the go programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published