From 8febe20c2a80efcabd150c5f889d6c1472951c9f Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 4 Apr 2025 18:24:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b02aa..b6093b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # install-go -[tests](https://code.jakeyoungdev.com/actions/install-go/actions/workflows/test.yaml/badge.svg?branch=master&event=push) +![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).