Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccojocar/go-with-github-workflow
A go project which uses a GitHub workflow
https://github.com/ccojocar/go-with-github-workflow
Last synced: about 1 month ago
JSON representation
A go project which uses a GitHub workflow
- Host: GitHub
- URL: https://github.com/ccojocar/go-with-github-workflow
- Owner: ccojocar
- License: apache-2.0
- Created: 2020-04-06T15:58:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T10:04:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T23:12:04.297Z (3 months ago)
- Language: Dockerfile
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# go-with-github-workflow
A Go project which uses a GitHub workflow to run the tests and release on new tag to master branch.
In addition, it uses a GitHub action to run the gosec security scanner.
## Relese
The [release](.github/workflows/release.yml) can be triggered as follows:
```
go tag v1.0.0 -m "Initial Release"
git push origin v1.0.0
```