This commit is contained in:
abdennour 2026-01-30 09:25:12 -05:00 committed by GitHub
commit 9597c341e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 91 additions and 8 deletions

View file

@ -19,6 +19,9 @@ inputs:
description: 'Used to specify the path to a dependency file (e.g., go.mod, go.sum)'
architecture:
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
go-download-site:
description: 'Base URL for downloading Go distributions. Useful for GitHub Enterprise or when using a proxy/mirror. Defaults to https://github.com'
default: 'https://github.com'
outputs:
go-version:
description: 'The installed Go version. Useful when given a version range as input.'