https://github.com/go-semantic-release/example-go-application
https://github.com/go-semantic-release/example-go-application
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-semantic-release/example-go-application
- Owner: go-semantic-release
- License: mit
- Created: 2023-02-07T09:16:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T12:03:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T12:22:44.856Z (10 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-go-application
This example repository shows how to use go-semantic-release to release a Go application with GitHub Actions.
Releases are created automatically when a commit is pushed to the main branch. All releases can be found on the [releases page](https://github.com/go-semantic-release/example-go-application/releases).
The binaries can be downloaded directly from the release page or via [get-release.xyz](https://get-release.xyz).
```bash
curl -SL "https://get-release.xyz/go-semantic-release/example-go-application/$(go env GOOS)/$(go env GOARCH)" -o ./example-go-application.tar.gz
tar -xzf ./example-go-application.tar.gz
```