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).