From 86ce64c8d169c47dc9fdbe953c6bf64d07738135 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 4 Apr 2025 14:23:12 -0400 Subject: [PATCH] readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85a88ce..c4b02aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # install-go +[tests](https://code.jakeyoungdev.com/actions/install-go/actions/workflows/test.yaml/badge.svg?branch=master&event=push) An extremely simple github action to install golang and golang commands (using "go install") on linux hosts. This provides the ability to install and setup golang without node/typescript which is required when using [actions/setup-go](https://github.com/actions/setup-go).