[PR #560] [MERGED] build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 #716

Closed
opened 2026-03-03 12:31:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/560
Author: @dependabot[bot]
Created: 8/25/2021
Status: Merged
Merged: 8/25/2021
Merged by: @dependabot[bot]

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


📝 Commits (1)

  • 11f9d8d build(deps): bump actions/setup-go from 2.1.3 to 2.1.4

📊 Changes

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

View changed files

📝 .github/workflows/docker-push.yml (+1 -1)
📝 .github/workflows/main.yml (+3 -3)

📄 Description

Bumps actions/setup-go from 2.1.3 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

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
  • See full diff 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/fsouza/fake-gcs-server/pull/560 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/25/2021 **Status:** ✅ Merged **Merged:** 8/25/2021 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/github_actions/actions/setup-go-2.1.4` --- ### 📝 Commits (1) - [`11f9d8d`](https://github.com/fsouza/fake-gcs-server/commit/11f9d8dc16dd3e2e2fd1fc121173cf0325ffa25f) build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-push.yml` (+1 -1) 📝 `.github/workflows/main.yml` (+3 -3) </details> ### 📄 Description Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 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> </blockquote> </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>See full diff in <a href="https://github.com/actions/setup-go/compare/v2.1.3...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=2.1.3&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-03 12:31:17 +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/fake-gcs-server#716
No description provided.