https://github.com/buildkite/golang-example
An example on how to test a Golang program using Buildkite
https://github.com/buildkite/golang-example
buildkite golang pipeline
Last synced: 5 months ago
JSON representation
An example on how to test a Golang program using Buildkite
- Host: GitHub
- URL: https://github.com/buildkite/golang-example
- Owner: buildkite
- License: mit
- Created: 2016-01-25T01:45:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T05:14:04.000Z (about 1 year ago)
- Last Synced: 2025-04-11T18:11:27.134Z (6 months ago)
- Topics: buildkite, golang, pipeline
- Language: Go
- Homepage: https://github.com/buildkite/example-pipelines
- Size: 77.1 KB
- Stars: 13
- Watchers: 24
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Buildkite Golang Example
[](https://buildkite.com/new)
This repository is an example on how to test a [Golang](https://go.dev) project using Buildkite.
Interested in using [Docker](https://www.docker.com/) instead? _(which is more flexible than this)_ Check
out https://github.com/buildkite/golang-docker-example**Note:** this example assumes your Buildkite Agent machine has the Go Toolchain installed.
## License
See [Licence.md](Licence.md) (MIT)