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: 3 months 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T20:29:30.000Z (about 4 years ago)
- Last Synced: 2025-03-27T03:51:34.737Z (3 months ago)
- Topics: circleci, continuous-integration, go, golang, golang-ci, travis
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoLang-CI [](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