Add Github Actions for Golang

This action sets up your workspace to run `go` (or other) commands in it.
This commit is contained in:
Cedric Kring 2019-01-05 14:16:59 +01:00 committed by GitHub
parent 40f2601d4d
commit 9302968709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
- [Github Actions for Golang](https://github.com/cedrickring/golang-action)
### Tutorials ### Tutorials