Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiexianbin/go-actions-demo
golang项目模板,集成Makefile和Github Action。golang test and release demo
https://github.com/xiexianbin/go-actions-demo
actions github go golang release
Last synced: about 2 months ago
JSON representation
golang项目模板,集成Makefile和Github Action。golang test and release demo
- Host: GitHub
- URL: https://github.com/xiexianbin/go-actions-demo
- Owner: xiexianbin
- License: apache-2.0
- Created: 2022-05-24T08:00:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T09:11:47.000Z (7 months ago)
- Last Synced: 2024-11-27T19:50:02.396Z (about 2 months ago)
- Topics: actions, github, go, golang, release
- Language: Makefile
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-actions-demo
[![build-test](https://github.com/xiexianbin/go-actions-demo/actions/workflows/workflow.yaml/badge.svg)](https://github.com/xiexianbin/go-actions-demo/actions/workflows/workflow.yaml)
[![GoDoc](https://godoc.org/github.com/xiexianbin/go-actions-demo?status.svg)](https://pkg.go.dev/github.com/xiexianbin/go-actions-demo)
[![Go Report Card](https://goreportcard.com/badge/github.com/xiexianbin/go-actions-demo)](https://goreportcard.com/report/github.com/xiexianbin/go-actions-demo)golang github actions demo/template
## usage
- release
```
git tag v0.1.0
git push origin --tags
```- download
```
curl -Lfs -o main https://github.com/xiexianbin/go-actions-demo/releases/latest/download/main-{linux|darwin|windows}-{amd64|arm64}
chmod +x main
./main
```