From 10a6978541cc1236b7f3b0ff32f76fb1446afb24 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:02:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9feb0db..f18415a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![build-test](https://github.com/actions/setup-go/actions/workflows/workflow.yml/badge.svg)](https://github.com/actions/setup-go/actions/workflows/workflow.yml) [![Validate 'setup-go'](https://github.com/actions/setup-go/actions/workflows/versions.yml/badge.svg)](https://github.com/actions/setup-go/actions/workflows/versions.yml) + + This action sets up a go environment for use in actions by: - Optionally downloading and caching a version of Go by version and adding to `PATH`.