[PR #799] [CLOSED] build(deps): bump actions/setup-go from 1 to 2.1.4 #1616

Closed
opened 2026-03-01 21:51:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/799
Author: @dependabot[bot]
Created: 9/8/2021
Status: Closed

Base: masterHead: dependabot/github_actions/actions/setup-go-2.1.4


📝 Commits (1)

  • b856c0d build(deps): bump actions/setup-go from 1 to 2.1.4

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 .github/workflows/checks.yml (+4 -4)
📝 .github/workflows/release.yml (+1 -1)

📄 Description

Bumps actions/setup-go from 1 to 2.1.4.

Release notes

Sourced from actions/setup-go's releases.

v2.1.4

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4

v2.1.3

  • Updated communication with runner to use environment files rather then workflow commands

v2.1.2

This release includes vendored licenses for this action's npm dependencies.

v2.1.1

Switch to main branch of go-versions repository to consume latest added versions

v2.1.0

Go binaries are downloaded from go-versions releases with a read through to the go dist source on miss.

v2.0.3

Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed) e2e workflow to validate downloading versions problem matchers with less false hits output final resolved version to logs output go env in expanding block

v2.0.2 (beta)

Still a v2 beta Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed) e2e workflow to validate downloading versions problem matchers with less false hits output final resolved version to logs

v2.0.1 (beta)

Still a v2 beta Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed)

... (truncated)

Commits
  • 331ce1d Merge pull request #141 from paulcacheux/fix-windows-extractor-selection
  • 1087a81 Merge pull request #146 from actions/joshmgross/add-release-workflow
  • ecd878f Add release action version workflow
  • bba6fe1 Fix extractor selection on windows
  • 3b4dc6c Merge pull request #90 from actions/joshmgross/add-codeowners
  • afe68ff Add CODEOWNERS
  • 37335c7 Swap to Environment Files (#76)
  • 7ff6287 Merge pull request #70 from thboop/main
  • 084110f Ignore Generated Files in Git PR's
  • 4047b11 Manually review dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/799 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/github_actions/actions/setup-go-2.1.4` --- ### 📝 Commits (1) - [`b856c0d`](https://github.com/nektos/act/commit/b856c0dcd79559ba0a4d8c43c773c5b116fc6410) build(deps): bump actions/setup-go from 1 to 2.1.4 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+4 -4) 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 2.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p> <blockquote> <h2>v2.1.4</h2> <h2>What's Changed</h2> <ul> <li>Fix extractor selection on windows by <a href="https://github.com/paulcacheux"><code>@​paulcacheux</code></a> in <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/141">actions/setup-go#141</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/paulcacheux"><code>@​paulcacheux</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/141">actions/setup-go#141</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4">https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4</a></p> <h2>v2.1.3</h2> <ul> <li>Updated communication with runner to use environment files rather then workflow commands</li> </ul> <h2>v2.1.2</h2> <p>This release includes vendored licenses for this action's npm dependencies.</p> <h2>v2.1.1</h2> <p>Switch to <code>main</code> branch of <a href="https://github.com/actions/go-versions">go-versions</a> repository to consume latest added versions</p> <h2>v2.1.0</h2> <p>Go binaries are downloaded from <a href="https://github.com/actions/go-versions">go-versions</a> releases with a read through to the go dist source on miss.</p> <h2>v2.0.3</h2> <p>Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed) e2e workflow to validate downloading versions problem matchers with less false hits output final resolved version to logs output go env in expanding block</p> <h2>v2.0.2 (beta)</h2> <p>Still a v2 beta Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed) e2e workflow to validate downloading versions problem matchers with less false hits output final resolved version to logs</p> <h2>v2.0.1 (beta)</h2> <p>Still a v2 beta Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-go/commit/331ce1d993939866bb63c32c6cbbfd48fa76fc57"><code>331ce1d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/141">#141</a> from paulcacheux/fix-windows-extractor-selection</li> <li><a href="https://github.com/actions/setup-go/commit/1087a81afdecf90d780a4f858a17b61fc4942e8b"><code>1087a81</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/146">#146</a> from actions/joshmgross/add-release-workflow</li> <li><a href="https://github.com/actions/setup-go/commit/ecd878f81de471b4dc5fd61ebcbd5bbd9c4ce44a"><code>ecd878f</code></a> Add release action version workflow</li> <li><a href="https://github.com/actions/setup-go/commit/bba6fe1d5876b1bc23cf834e6c825047156461ec"><code>bba6fe1</code></a> Fix extractor selection on windows</li> <li><a href="https://github.com/actions/setup-go/commit/3b4dc6cbed1779f759b9c638cb83696acea809d1"><code>3b4dc6c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/90">#90</a> from actions/joshmgross/add-codeowners</li> <li><a href="https://github.com/actions/setup-go/commit/afe68ffd576e3e4725ba78f6cfd95dcc9fb7959f"><code>afe68ff</code></a> Add CODEOWNERS</li> <li><a href="https://github.com/actions/setup-go/commit/37335c7bb261b353407cff977110895fa0b4f7d8"><code>37335c7</code></a> Swap to Environment Files (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/76">#76</a>)</li> <li><a href="https://github.com/actions/setup-go/commit/7ff6287c800e9b340178c6e85d648e9328975ab0"><code>7ff6287</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/70">#70</a> from thboop/main</li> <li><a href="https://github.com/actions/setup-go/commit/084110f6ed824fa4c736cfb213719113ad826e58"><code>084110f</code></a> Ignore Generated Files in Git PR's</li> <li><a href="https://github.com/actions/setup-go/commit/4047b11da09cb24c6879c12d18cbb0783886b987"><code>4047b11</code></a> Manually review dependencies</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-go/compare/v1...v2.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-go&package-manager=github_actions&previous-version=1&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1616
No description provided.