[PR #28] [MERGED] Bump wangyoucao577/go-release-action from v1.15 to v1.16 #70

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

📋 Pull Request Information

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

Base: masterHead: dependabot/github_actions/wangyoucao577/go-release-action-v1.16


📝 Commits (1)

  • 410c70d Bump wangyoucao577/go-release-action from v1.15 to v1.16

📊 Changes

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

View changed files

📝 .github/workflows/release.yaml (+1 -1)

📄 Description

Bumps wangyoucao577/go-release-action from v1.15 to v1.16.

Release notes

Sourced from wangyoucao577/go-release-action's releases.

v1.16

  • Upgrade default Go version to 1.16, and support 1.14 and 1.15 shortcuts;
  • Able to test go-release-action automatically.
Commits
  • d00bb73 docs: update latest action tag
  • c5797a7 feat: use pre-built docker
  • f7d6954 docs: remove darwin/386 since it's deprecated
  • 0a3cfdd docs: update readme
  • 0d242e8 chore: testable goversion flags
  • 9130134 feat: upgrade default go to 1.16.2, and support 1.14 and 1.15 shortcuts
  • 27b700f Test the go-release-action itself (#40)
  • 99b4792 docs: update to latest action
  • See full diff 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/28 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2021 **Status:** ✅ Merged **Merged:** 4/2/2021 **Merged by:** [@decke](https://github.com/decke) **Base:** `master` ← **Head:** `dependabot/github_actions/wangyoucao577/go-release-action-v1.16` --- ### 📝 Commits (1) - [`410c70d`](https://github.com/decke/smtprelay/commit/410c70d86f00947c99189ef268561d4796210463) Bump wangyoucao577/go-release-action from v1.15 to v1.16 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+1 -1) </details> ### 📄 Description Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from v1.15 to v1.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wangyoucao577/go-release-action/releases">wangyoucao577/go-release-action's releases</a>.</em></p> <blockquote> <h2>v1.16</h2> <ul> <li>Upgrade default Go version to <code>1.16</code>, and support <code>1.14</code> and <code>1.15</code> shortcuts;</li> <li>Able to test go-release-action automatically.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/d00bb7360b2dd6a39f1a7ca198b8289582eee2df"><code>d00bb73</code></a> docs: update latest action tag</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/c5797a7200cd3fdc2f6b113e90b6c5b6728e85bf"><code>c5797a7</code></a> feat: use pre-built docker</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/f7d69547b0c3acaa435b32e7274843de113441cc"><code>f7d6954</code></a> docs: remove darwin/386 since it's deprecated</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/0a3cfdd94be85ddd9a84e1e78566fc8f89236cd1"><code>0a3cfdd</code></a> docs: update readme</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/0d242e882bbb5b2923cce22269346978d597d76e"><code>0d242e8</code></a> chore: testable goversion flags</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/9130134ca8e610653094dd36d38e8c600fc371cf"><code>9130134</code></a> feat: upgrade default go to 1.16.2, and support 1.14 and 1.15 shortcuts</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/27b700f63b88082a62aae1d534311c701d0b2d35"><code>27b700f</code></a> Test the go-release-action itself (<a href="https://github-redirect.dependabot.com/wangyoucao577/go-release-action/issues/40">#40</a>)</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/99b47920fe059db1414a0a0b21a5f486f156e4fc"><code>99b4792</code></a> docs: update to latest action</li> <li>See full diff in <a href="https://github.com/wangyoucao577/go-release-action/compare/v1.15...d00bb7360b2dd6a39f1a7ca198b8289582eee2df">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:14 +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#70
No description provided.