jqk / github-action-go-demo

Github action demo for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-action-go-demo

This project demonstrates how to use github action to build and publish go programs.

See .github/workflows/release01.yml for detail.

Trigger the action:

git tag v1.0.25 # or other version
git push --tags

About

Github action demo for go

License:MIT License


Languages

Language:Go 100.0%