[PR #12] [MERGED] Bump actions/setup-go from v1 to v2.1.3 #56

Closed
opened 2026-02-26 18:33:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/12
Author: @dependabot[bot]
Created: 2/17/2021
Status: Merged
Merged: 2/17/2021
Merged by: @decke

Base: masterHead: dependabot/github_actions/actions/setup-go-v2.1.3


📝 Commits (1)

  • cd2dab8 Bump actions/setup-go from v1 to v2.1.3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/go.yml (+1 -1)

📄 Description

Bumps actions/setup-go from v1 to v2.1.3.

Release notes

Sourced from actions/setup-go's releases.

v2.1.3

  • Updated communication with runner to use environment files rather then workflow commands
Commits
  • 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
  • 23a9878 Add Licensed workflow and configuration files
  • 8a3a76c Merge pull request #69 from actions/thboop/AddThirdPartyLicenses
  • a01ab08 Add Third Party License Information
  • 33cbf07 workflow main references
  • 8e98458 updating matrix in readme
  • d0c5def Switch manifest installation from "master" to "main" branch (#65)
  • Additional commits viewable in compare view

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/decke/smtprelay/pull/12 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 2/17/2021 **Merged by:** [@decke](https://github.com/decke) **Base:** `master` ← **Head:** `dependabot/github_actions/actions/setup-go-v2.1.3` --- ### 📝 Commits (1) - [`cd2dab8`](https://github.com/decke/smtprelay/commit/cd2dab8f8f9424001d296f99d1c187319f4d7cd8) Bump actions/setup-go from v1 to v2.1.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/go.yml` (+1 -1) </details> ### 📄 Description Bumps [actions/setup-go](https://github.com/actions/setup-go) from v1 to v2.1.3. <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.3</h2> <ul> <li>Updated communication with runner to use environment files rather then workflow commands</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/actions/setup-go/commit/23a9878ae49e08c134651038687bb74e79af6356"><code>23a9878</code></a> Add Licensed workflow and configuration files</li> <li><a href="https://github.com/actions/setup-go/commit/8a3a76c2171de8c3be20bec507b6d829ccae48ba"><code>8a3a76c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/69">#69</a> from actions/thboop/AddThirdPartyLicenses</li> <li><a href="https://github.com/actions/setup-go/commit/a01ab08f9a50e0cd73a90c00968f361bcccffbd0"><code>a01ab08</code></a> Add Third Party License Information</li> <li><a href="https://github.com/actions/setup-go/commit/33cbf07c965712cfb077a5caf85bf0f1de329ce9"><code>33cbf07</code></a> workflow main references</li> <li><a href="https://github.com/actions/setup-go/commit/8e98458ff1256fa4ba1b822545630896aead5a5f"><code>8e98458</code></a> updating matrix in readme</li> <li><a href="https://github.com/actions/setup-go/commit/d0c5defdf364f1d1fb07530c000084836192af9c"><code>d0c5def</code></a> Switch manifest installation from &quot;master&quot; to &quot;main&quot; branch (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/65">#65</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-go/compare/v1...37335c7bb261b353407cff977110895fa0b4f7d8">compare view</a></li> </ul> </details> <br /> 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-02-26 18:33:11 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
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/smtprelay#56
No description provided.