From b544d3a2e3035ca424b12d67115e48d2170286d1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 15 Aug 2023 14:32:46 +0200 Subject: [PATCH] add link to the .tool-versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d2c0c..1ffbe53 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ file or at the go servers. ### If the go.mod or .tool-versions files -The `go-version-file` input accepts a path to a `go.mod` file, `.tool-versions` file or a `go.work` file that contains the version of Go to be used by a project. +The `go-version-file` input accepts a path to a `go.mod` file, [.tool-versions](https://asdf-vm.com/manage/configuration.html#tool-versions) file or a `go.work` file that contains the version of Go to be used by a project. As the `go.mod` file contains only major and minor (e.g. 1.18) tags, the action will follow the above-mentioned approach. > The action will search for the `go.mod` file relative to the repository root