Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```