From 9302968709499b0953e0b98c6ce0607dea458e93 Mon Sep 17 00:00:00 2001 From: Cedric Kring <39853520+cedrickring@users.noreply.github.com> Date: Sat, 5 Jan 2019 14:16:59 +0100 Subject: [PATCH] Add Github Actions for Golang This action sets up your workspace to run `go` (or other) commands in it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..0c5d57a 100644 --- a/README.md +++ b/README.md @@ -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) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Github Actions for Golang](https://github.com/cedrickring/golang-action) ### Tutorials