Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nagelflorian/golang-ci
Simple continious integration example for the go programming language
https://github.com/nagelflorian/golang-ci
circleci continuous-integration go golang golang-ci travis
Last synced: 8 days ago
JSON representation
Simple continious integration example for the go programming language
- Host: GitHub
- URL: https://github.com/nagelflorian/golang-ci
- Owner: nagelflorian
- Created: 2017-05-20T13:35:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T20:29:30.000Z (over 3 years ago)
- Last Synced: 2024-12-13T11:43:43.378Z (12 days ago)
- Topics: circleci, continuous-integration, go, golang, golang-ci, travis
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoLang-CI [![CircleCI](https://circleci.com/gh/nagelflorian/golang-ci/tree/master.svg?style=svg)](https://circleci.com/gh/nagelflorian/golang-ci/tree/master)
## 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