{"id":5789933,"name":"actions/setup-go","ecosystem":"actions","description":"Setup a Go environment and add it to the PATH","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/setup-go","keywords_array":[],"namespace":"actions","versions_count":53,"first_release_published_at":"2019-08-01T13:19:30.000Z","latest_release_published_at":"2026-02-25T19:26:30.000Z","latest_release_number":"v6.3.0","last_synced_at":"2026-06-03T21:02:10.589Z","created_at":"2023-01-03T17:32:11.434Z","updated_at":"2026-06-03T21:02:10.589Z","registry_url":"https://github.com/actions/setup-go","install_command":null,"documentation_url":null,"metadata":{"name":"Setup Go environment","description":"Setup a Go environment and add it to the PATH","author":"GitHub","inputs":{"go-version":{"description":"The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks."},"go-version-file":{"description":"Path to the go.mod, go.work, .go-version, or .tool-versions file."},"check-latest":{"description":"Set this option to true if you want the action to always check for the latest available version that satisfies the version spec","default":false},"token":{"description":"Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.","default":"${{ github.server_url == 'https://github.com' \u0026\u0026 github.token || '' }}"},"cache":{"description":"Used to specify whether caching is needed. Set to true, if you'd like to enable caching.","default":true},"cache-dependency-path":{"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."}},"outputs":{"go-version":{"description":"The installed Go version. Useful when given a version range as input."},"cache-hit":{"description":"A boolean value to indicate if a cache was hit"}},"runs":{"using":"node24","main":"dist/setup/index.js","post":"dist/cache-save/index.js","post-if":"success()"},"default_branch":"main","path":null},"repo_metadata":{"id":37334112,"uuid":"192624594","full_name":"actions/setup-go","owner":"actions","description":"Set up your GitHub Actions workflow with a specific version of Go","archived":false,"fork":false,"pushed_at":"2026-02-27T07:27:28.000Z","size":13203,"stargazers_count":1657,"open_issues_count":60,"forks_count":639,"subscribers_count":71,"default_branch":"main","last_synced_at":"2026-02-27T22:27:55.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-18T23:19:02.000Z","updated_at":"2026-02-26T18:35:10.000Z","dependencies_parsed_at":"2024-01-29T18:14:28.089Z","dependency_job_id":"f15b5808-b8ec-473a-a4f0-3e7e7b3e1f12","html_url":"https://github.com/actions/setup-go","commit_stats":{"total_commits":256,"total_committers":55,"mean_commits":4.654545454545454,"dds":0.796875,"last_synced_commit":"3041bf56c941b39c61721a86cd11f3bb1338122a"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/actions/setup-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/sbom","scorecard":{"id":163793,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/setup-go","commit":"8e57b58e57be52ac95949151e2777ffda8501267"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-immutable-actions.yml:11","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/publish-immutable-actions.yml:13","Warn: no topLevel permission defined: .github/workflows/basic-validation.yml:1","Warn: no topLevel permission defined: .github/workflows/check-dist.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/licensed.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-immutable-actions.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release-new-action-version.yml:15","Warn: no topLevel permission defined: .github/workflows/update-config-files.yml:1","Warn: no topLevel permission defined: .github/workflows/versions.yml:1","Warn: no topLevel permission defined: .github/workflows/windows-validation.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/basic-validation.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/basic-validation.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release-new-action-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/release-new-action-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-config-files.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/update-config-files.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:136: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:174: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:120: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versions.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/versions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows-validation.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/windows-validation.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows-validation.yml:124: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/windows-validation.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows-validation.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-go/windows-validation.yml/main?enable=pin","Info:   0 out of  21 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/actions/.github/SECURITY.md:1","Info: Found linked content: github.com/actions/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/actions/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'restore-v4-release'","Warn: branch protection not enabled for branch 'restore-v3-release'","Warn: branch protection not enabled for branch 'releases/v1'","Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":9,"reason":"SAST tool is not run on all commits -- score normalized to 9","details":["Warn: 27 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T14:18:11.500Z","repository_id":37334112,"created_at":"2025-08-16T14:18:11.500Z","updated_at":"2025-08-16T14:18:11.500Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29923428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[{"name":"v6.3.0","sha":"4b73464bb391d4059bd26b0524d20df3927bd417","kind":"commit","published_at":"2026-02-25T19:26:30.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v6.3.0","html_url":"https://github.com/actions/setup-go/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5","kind":"commit","published_at":"2026-01-13T02:41:32.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v6.2.0","html_url":"https://github.com/actions/setup-go/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.2.0/manifests"},{"name":"v5.6.0","sha":"40f1582b2485089dde7abd97c1529aa768e1baff","kind":"commit","published_at":"2025-12-15T18:14:51.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.6.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.6.0/manifests"},{"name":"v4.3.0","sha":"7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4","kind":"commit","published_at":"2025-12-15T17:30:28.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4.3.0","html_url":"https://github.com/actions/setup-go/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.3.0/manifests"},{"name":"v6.1.0","sha":"4dc6199c7b1a012772edbd06daecab0f50c9053c","kind":"commit","published_at":"2025-11-20T02:54:04.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v6.1.0","html_url":"https://github.com/actions/setup-go/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.1.0/manifests"},{"name":"v6","sha":"44694675825211faa026b3c33043df3e48a5fa00","kind":"commit","published_at":"2025-09-04T02:56:07.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v6","html_url":"https://github.com/actions/setup-go/releases/tag/v6","dependencies_parsed_at":null,"dependency_job_id":"49ca114c-0798-41fe-8596-e57d52ad0dd5","purl":"pkg:github/actions/setup-go@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6/manifests"},{"name":"v6.0.0","sha":"44694675825211faa026b3c33043df3e48a5fa00","kind":"commit","published_at":"2025-09-04T02:56:07.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v6.0.0","html_url":"https://github.com/actions/setup-go/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":"84828e42-7ad2-40be-81c7-a6294b3d6d78","purl":"pkg:github/actions/setup-go@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v6.0.0/manifests"},{"name":"v5.5.0","sha":"d35c59abb061a4a6fb18e82ac0862c26744d6ab5","kind":"commit","published_at":"2025-05-07T17:33:58.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.5.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.5.0","dependencies_parsed_at":"2025-08-27T07:51:47.513Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.5.0/manifests"},{"name":"v4.2.1","sha":"19bb51245e9c80abacb2e91cc42b33fa478b8639","kind":"commit","published_at":"2025-04-17T15:36:03.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4.2.1","html_url":"https://github.com/actions/setup-go/releases/tag/v4.2.1","dependencies_parsed_at":"2025-08-27T07:51:49.423Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.2.1/manifests"},{"name":"v3.6.1","sha":"be3c94b385c4f180051c996d336f57a34c397495","kind":"commit","published_at":"2025-04-17T03:16:48.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.6.1","html_url":"https://github.com/actions/setup-go/releases/tag/v3.6.1","dependencies_parsed_at":"2025-08-27T07:51:35.258Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"b4b75a2513cf0d6b063c254fbe9006f785164ad0","kind":"commit","published_at":"2025-04-14T03:13:57.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.6.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.6.0","dependencies_parsed_at":"2025-08-27T07:51:35.247Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.6.0/manifests"},{"name":"v4.2.0","sha":"cd53bc84d5e2fd85362f4cb840513e06427082d3","kind":"commit","published_at":"2025-04-14T03:11:47.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4.2.0","html_url":"https://github.com/actions/setup-go/releases/tag/v4.2.0","dependencies_parsed_at":"2025-08-27T07:51:49.364Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.2.0/manifests"},{"name":"v5.4.0","sha":"0aaccfd150d50ccaeb58ebd88d36e91967a5f35b","kind":"commit","published_at":"2025-03-18T15:29:43.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.4.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.4.0","dependencies_parsed_at":"2025-08-27T07:51:47.642Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.4.0/manifests"},{"name":"v5.3.0","sha":"f111f3307d8850f501ac008e886eec1fd1932a34","kind":"commit","published_at":"2025-01-21T03:09:38.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.3.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.3.0","dependencies_parsed_at":"2025-08-27T07:51:47.512Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.3.0/manifests"},{"name":"v5.2.0","sha":"3041bf56c941b39c61721a86cd11f3bb1338122a","kind":"commit","published_at":"2024-11-25T18:37:21.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.2.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.2.0","dependencies_parsed_at":"2024-12-12T04:06:10.152Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed","kind":"commit","published_at":"2024-10-24T03:39:31.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.1.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.1.0","dependencies_parsed_at":"2024-10-26T12:25:14.868Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.1.0/manifests"},{"name":"v5.0.2","sha":"0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32","kind":"commit","published_at":"2024-06-27T18:16:26.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.0.2","html_url":"https://github.com/actions/setup-go/releases/tag/v5.0.2","dependencies_parsed_at":"2024-07-12T04:04:26.125Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"cdcb36043654635271a94b9a6d1392de5bb323a7","kind":"commit","published_at":"2024-04-18T13:33:57.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.0.1","html_url":"https://github.com/actions/setup-go/releases/tag/v5.0.1","dependencies_parsed_at":"2024-05-04T04:19:12.079Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"0c52d547c9bc32b1aa3301fd7a9cb496313a4491","kind":"commit","published_at":"2023-12-05T16:50:42.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5.0.0","html_url":"https://github.com/actions/setup-go/releases/tag/v5.0.0","dependencies_parsed_at":"2023-12-08T04:18:27.984Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5.0.0/manifests"},{"name":"v5","sha":"0c52d547c9bc32b1aa3301fd7a9cb496313a4491","kind":"commit","published_at":"2023-12-05T16:50:42.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v5","html_url":"https://github.com/actions/setup-go/releases/tag/v5","dependencies_parsed_at":"2023-12-08T04:18:27.942Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v5/manifests"},{"name":"v4.1.0","sha":"93397bea11091df50f3d7e59dc26a7711a8bcfbe","kind":"commit","published_at":"2023-08-03T12:33:56.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4.1.0","html_url":"https://github.com/actions/setup-go/releases/tag/v4.1.0","dependencies_parsed_at":"2023-08-11T04:27:06.744Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-go@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.1.0/manifests"},{"name":"v4.0.1","sha":"fac708d6674e30b6ba41289acaab6d4b75aa0753","kind":"commit","published_at":"2023-05-08T09:42:39.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4.0.1","html_url":"https://github.com/actions/setup-go/releases/tag/v4.0.1","dependencies_parsed_at":"2023-06-02T00:03:55.837Z","dependency_job_id":"1bf6e259-34e1-4d40-99fa-6819f2615558","purl":"pkg:github/actions/setup-go@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.0.1/manifests"},{"name":"v4","sha":"4d34df0c2316fe8122ab82dc22947d607c0c91f9","kind":"commit","published_at":"2023-03-14T23:26:55.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4","html_url":"https://github.com/actions/setup-go/releases/tag/v4","dependencies_parsed_at":"2023-06-02T00:03:56.061Z","dependency_job_id":"148182f3-113c-4310-ab06-e512ea6192c9","purl":"pkg:github/actions/setup-go@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4/manifests"},{"name":"v4.0.0","sha":"4d34df0c2316fe8122ab82dc22947d607c0c91f9","kind":"commit","published_at":"2023-03-14T23:26:55.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v4.0.0","html_url":"https://github.com/actions/setup-go/releases/tag/v4.0.0","dependencies_parsed_at":"2023-06-02T00:03:56.071Z","dependency_job_id":"076a21e3-517a-4cb7-aaa1-68e0f968e320","purl":"pkg:github/actions/setup-go@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v4.0.0/manifests"},{"name":"v3.5.0","sha":"6edd4406fa81c3da01a34fa6f6343087c207a568","kind":"commit","published_at":"2022-12-12T14:45:36.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.5.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.5.0","dependencies_parsed_at":"2023-06-01T10:18:51.274Z","dependency_job_id":"9242dbc3-336c-4d03-8bd5-d5f3550a225e","purl":"pkg:github/actions/setup-go@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.5.0/manifests"},{"name":"v3.4.0","sha":"d0a58c1c4d2b25278816e339b944508c875f3613","kind":"commit","published_at":"2022-11-24T07:26:51.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.4.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.4.0","dependencies_parsed_at":"2023-05-31T21:04:39.981Z","dependency_job_id":"960655eb-387a-4d67-a5ba-7252bb605711","purl":"pkg:github/actions/setup-go@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.4.0/manifests"},{"name":"v3.3.1","sha":"c4a742cab115ed795e34d4513e2cf7d472deb55f","kind":"commit","published_at":"2022-10-17T16:33:22.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.3.1","html_url":"https://github.com/actions/setup-go/releases/tag/v3.3.1","dependencies_parsed_at":"2023-05-31T18:06:04.489Z","dependency_job_id":"8ca716c0-9f08-4883-b7f0-8f00aaf71118","purl":"pkg:github/actions/setup-go@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.3.1/manifests"},{"name":"v3","sha":"268d8c0ca0432bb2cf416faae41297df9d262d7f","kind":"commit","published_at":"2022-08-12T10:29:48.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3","html_url":"https://github.com/actions/setup-go/releases/tag/v3","dependencies_parsed_at":"2023-05-31T15:11:13.908Z","dependency_job_id":"35887315-ef56-4893-9fca-8b3ffa4ec93f","purl":"pkg:github/actions/setup-go@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3/manifests"},{"name":"v3.3.0","sha":"268d8c0ca0432bb2cf416faae41297df9d262d7f","kind":"commit","published_at":"2022-08-12T10:29:48.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.3.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.3.0","dependencies_parsed_at":"2023-05-31T15:11:12.809Z","dependency_job_id":"54918e45-4b0b-4d58-aa7f-6f671ce4ef8c","purl":"pkg:github/actions/setup-go@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"84cbf8094393cdc5fe1fe1671ff2647332956b1a","kind":"commit","published_at":"2022-07-01T07:45:03.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.2.1","html_url":"https://github.com/actions/setup-go/releases/tag/v3.2.1","dependencies_parsed_at":"2023-05-31T15:11:15.181Z","dependency_job_id":"13f2f7d7-dac7-4215-93fc-ac2bc2a0f4b9","purl":"pkg:github/actions/setup-go@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"b22fbbc2921299758641fab08929b4ac52b32923","kind":"commit","published_at":"2022-05-25T10:07:29.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.2.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.2.0","dependencies_parsed_at":"2023-05-31T15:11:16.845Z","dependency_job_id":"15da73f7-a2af-48ad-a759-dad32d916451","purl":"pkg:github/actions/setup-go@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"fcdc43634adb5f7ae75a9d7a9b9361790f7293e2","kind":"commit","published_at":"2022-05-12T10:04:41.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.1.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.1.0","dependencies_parsed_at":"2023-05-31T15:11:18.370Z","dependency_job_id":"befce81a-142b-41cf-b210-302617f57e2a","purl":"pkg:github/actions/setup-go@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"f6164bd8c8acb4a71fb2791a8b6c4024ff038dab","kind":"commit","published_at":"2022-02-28T07:16:32.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v3.0.0","html_url":"https://github.com/actions/setup-go/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T15:11:19.314Z","dependency_job_id":"dc381e72-f995-4e55-ba7a-a114f54682ce","purl":"pkg:github/actions/setup-go@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"bfdd3570ce990073878bf10f6b2d79082de49492","kind":"commit","published_at":"2022-02-09T11:59:04.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.2.0","html_url":"https://github.com/actions/setup-go/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-31T15:11:20.480Z","dependency_job_id":"51efc884-1323-44b2-a402-c4ca97938a3f","purl":"pkg:github/actions/setup-go@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.2.0/manifests"},{"name":"v2","sha":"bfdd3570ce990073878bf10f6b2d79082de49492","kind":"commit","published_at":"2022-02-09T11:59:04.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2","html_url":"https://github.com/actions/setup-go/releases/tag/v2","dependencies_parsed_at":"2023-05-31T15:11:21.424Z","dependency_job_id":"14b52ab1-7d0e-4360-9d14-292682657440","purl":"pkg:github/actions/setup-go@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2/manifests"},{"name":"v2.1.5","sha":"424fc82d43fa5a37540bae62709ddcc23d9520d4","kind":"commit","published_at":"2021-12-20T20:07:26.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.1.5","html_url":"https://github.com/actions/setup-go/releases/tag/v2.1.5","dependencies_parsed_at":"2023-05-31T15:11:22.347Z","dependency_job_id":"37c415de-2237-4e06-83a9-a2dc379db5bd","purl":"pkg:github/actions/setup-go@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"331ce1d993939866bb63c32c6cbbfd48fa76fc57","kind":"commit","published_at":"2021-08-25T15:43:04.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.1.4","html_url":"https://github.com/actions/setup-go/releases/tag/v2.1.4","dependencies_parsed_at":"2023-05-31T15:11:23.368Z","dependency_job_id":"4a27ad6d-5ee4-49d8-8d5b-eedb1ab7689f","purl":"pkg:github/actions/setup-go@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.4/manifests"},{"name":"v1","sha":"0caeaed6fd66a828038c2da3c0f662a42862658f","kind":"tag","published_at":"2020-10-01T14:54:20.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1","html_url":"https://github.com/actions/setup-go/releases/tag/v1","dependencies_parsed_at":"2023-05-31T15:11:25.274Z","dependency_job_id":"498b0fed-c76d-4d76-8a97-5dd718e0c1e6","purl":"pkg:github/actions/setup-go@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1/manifests"},{"name":"v1.1.3","sha":"0caeaed6fd66a828038c2da3c0f662a42862658f","kind":"commit","published_at":"2020-10-01T14:45:33.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.1.3","html_url":"https://github.com/actions/setup-go/releases/tag/v1.1.3","dependencies_parsed_at":"2023-05-31T15:11:24.570Z","dependency_job_id":"df998a42-9c10-4268-9af0-5b6c3395f3b1","purl":"pkg:github/actions/setup-go@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.3/manifests"},{"name":"v2.1.3","sha":"37335c7bb261b353407cff977110895fa0b4f7d8","kind":"commit","published_at":"2020-10-01T14:45:00.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.1.3","html_url":"https://github.com/actions/setup-go/releases/tag/v2.1.3","dependencies_parsed_at":"2023-05-31T15:11:24.013Z","dependency_job_id":"e0eb3c0b-9a9b-4bcf-ab15-7a7ca8ff9121","purl":"pkg:github/actions/setup-go@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"8a3a76c2171de8c3be20bec507b6d829ccae48ba","kind":"commit","published_at":"2020-08-11T18:26:32.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.1.2","html_url":"https://github.com/actions/setup-go/releases/tag/v2.1.2","dependencies_parsed_at":"2023-05-31T15:11:25.977Z","dependency_job_id":"44d38a35-833f-400b-9c1d-5907bef9f609","purl":"pkg:github/actions/setup-go@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d0c5defdf364f1d1fb07530c000084836192af9c","kind":"commit","published_at":"2020-07-20T16:50:40.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.1.1","html_url":"https://github.com/actions/setup-go/releases/tag/v2.1.1","dependencies_parsed_at":"2023-05-31T15:11:26.638Z","dependency_job_id":"e12a23d1-4a52-436a-8bbb-50c4e06b833a","purl":"pkg:github/actions/setup-go@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"1616116e1b39417f86ba049745f1a8946d4d00e7","kind":"commit","published_at":"2020-06-29T15:41:13.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.1.0","html_url":"https://github.com/actions/setup-go/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T15:11:27.391Z","dependency_job_id":"a114e33f-2bfa-44de-aa65-4ff141518bd0","purl":"pkg:github/actions/setup-go@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.1.0/manifests"},{"name":"v2-beta","sha":"78bd24e01a1a907f7ea3e614b4d7c15e563585a8","kind":"tag","published_at":"2020-04-06T14:27:44.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2-beta","html_url":"https://github.com/actions/setup-go/releases/tag/v2-beta","dependencies_parsed_at":"2023-05-31T15:11:28.933Z","dependency_job_id":"8016d223-4bda-4dd3-b858-4c4af4f04d32","purl":"pkg:github/actions/setup-go@v2-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2-beta/manifests"},{"name":"v2.0.3","sha":"78bd24e01a1a907f7ea3e614b4d7c15e563585a8","kind":"commit","published_at":"2020-04-06T13:29:27.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.0.3","html_url":"https://github.com/actions/setup-go/releases/tag/v2.0.3","dependencies_parsed_at":"2023-05-31T15:11:28.208Z","dependency_job_id":"5a589b56-2c99-41f1-ac54-070fa0228cb3","purl":"pkg:github/actions/setup-go@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"202a594963a9e1a516bf54e080c4838a3a488bc6","kind":"commit","published_at":"2020-04-03T15:51:07.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.0.2","html_url":"https://github.com/actions/setup-go/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-31T15:11:29.667Z","dependency_job_id":"82479dfb-1a60-47ed-afbc-f1d4d615df09","purl":"pkg:github/actions/setup-go@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"a030287975ff7f1ca42ec32271c63f040f47980e","kind":"commit","published_at":"2020-03-26T18:08:44.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v2.0.1","html_url":"https://github.com/actions/setup-go/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-31T15:11:30.442Z","dependency_job_id":"a4e7653e-fffe-418a-87d9-b9bb860fc2ff","purl":"pkg:github/actions/setup-go@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v2.0.1/manifests"},{"name":"v1.1.2","sha":"9fbc767707c286e568c92927bbf57d76b73e0892","kind":"commit","published_at":"2019-11-25T12:17:19.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.1.2","html_url":"https://github.com/actions/setup-go/releases/tag/v1.1.2","dependencies_parsed_at":"2023-05-31T15:11:31.098Z","dependency_job_id":"de53dc40-0d19-4212-9a3f-3bd0d2c4005c","purl":"pkg:github/actions/setup-go@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"75259a5ae02e59409ee6c4fa1e37ed46ea4e5b8d","kind":"commit","published_at":"2019-09-16T14:42:36.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.1.1","html_url":"https://github.com/actions/setup-go/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T15:11:31.681Z","dependency_job_id":"b170c0a6-a4a7-4055-ae38-cb9caab6dc15","purl":"pkg:github/actions/setup-go@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"4efa1b82d1ccb78c5d339a7c908f557258cd9837","kind":"commit","published_at":"2019-09-12T14:36:27.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.1.0","html_url":"https://github.com/actions/setup-go/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T15:11:32.260Z","dependency_job_id":"e4b034fc-a2c4-4429-b8a7-f24685c69fe8","purl":"pkg:github/actions/setup-go@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"632d18fc920ce2926be9c976a5465e1854adc7bd","kind":"commit","published_at":"2019-08-19T12:28:37.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.0.2","html_url":"https://github.com/actions/setup-go/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T15:11:32.804Z","dependency_job_id":"084a9ff9-7b46-483c-bb7e-b10aac7cb28b","purl":"pkg:github/actions/setup-go@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"818723587f041a921450ba8adf4e69063a18d821","kind":"commit","published_at":"2019-08-13T20:31:11.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.0.1","html_url":"https://github.com/actions/setup-go/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T15:11:33.280Z","dependency_job_id":"1975a74b-583b-4982-afe8-6d92de691397","purl":"pkg:github/actions/setup-go@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"58fca98f91e83c6442c09dc7175251c60ee9877c","kind":"commit","published_at":"2019-08-01T13:19:30.000Z","download_url":"https://codeload.github.com/actions/setup-go/tar.gz/v1.0.0","html_url":"https://github.com/actions/setup-go/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T15:11:33.792Z","dependency_job_id":"49e0b2f5-c275-4eed-8559-41dd567556b0","purl":"pkg:github/actions/setup-go@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-02-28T03:02:05.498Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":70471,"rankings":{"downloads":null,"dependent_repos_count":0.028521628901917288,"dependent_packages_count":0.0,"stargazers_count":0.19014419267944857,"forks_count":0.05387418792584377,"docker_downloads_count":null,"average":0.06813500237680241},"purl":"pkg:githubactions/actions/setup-go","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/setup-go","docker_dependents_count":22,"docker_downloads_count":46373130,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/setup-go","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/setup-go/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-02-25T03:01:08.215Z","issues_count":159,"pull_requests_count":307,"avg_time_to_close_issue":7107409.428571428,"avg_time_to_close_pull_request":3288985.4237288134,"issues_closed_count":112,"pull_requests_closed_count":236,"pull_request_authors_count":83,"issue_authors_count":134,"avg_comments_per_issue":4.232704402515723,"avg_comments_per_pull_request":1.3355048859934853,"merged_pull_requests_count":133,"bot_issues_count":0,"bot_pull_requests_count":118,"past_year_issues_count":31,"past_year_pull_requests_count":124,"past_year_avg_time_to_close_issue":1559701.9333333333,"past_year_avg_time_to_close_pull_request":1104600.9615384615,"past_year_issues_closed_count":15,"past_year_pull_requests_closed_count":78,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":29,"past_year_avg_comments_per_issue":2.193548387096774,"past_year_avg_comments_per_pull_request":0.5887096774193549,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":82,"past_year_merged_pull_requests_count":29,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-go/issues","maintainers":[{"login":"Jcambass","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Jcambass"},{"login":"Link-","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Link-"},{"login":"rentziass","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rentziass"},{"login":"philip-gai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philip-gai"},{"login":"JamesMGreene","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesMGreene"}],"active_maintainers":[{"login":"philip-gai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philip-gai"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-go/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-go/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-go/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-go/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-go/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-go/codemeta","maintainers":[]}