[PR #958] [MERGED] build(deps): bump actions/setup-go from 3.3.0 to 3.3.1 #1065

Closed
opened 2026-03-03 12:32:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/958
Author: @dependabot[bot]
Created: 10/18/2022
Status: Merged
Merged: 10/18/2022
Merged by: @fsouza

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


📝 Commits (1)

  • 4967809 build(deps): bump actions/setup-go from 3.3.0 to 3.3.1

📊 Changes

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

View changed files

📝 .github/workflows/goreleaser-run.yml (+1 -1)
📝 .github/workflows/goreleaser-test.yml (+1 -1)
📝 .github/workflows/main.yml (+3 -3)

📄 Description

Bumps actions/setup-go from 3.3.0 to 3.3.1.

Release notes

Sourced from actions/setup-go's releases.

Fix cache issues and update dependencies

In scope of this release we fixed the issue with the correct generation of the cache key when the go-version-file input is set (actions/setup-go#267). Moreover, we fixed an issue when the cache folder was not found. Besides, we updated actions/core to 1.10.0 version (actions/setup-go#273).

Commits

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/958 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/18/2022 **Status:** ✅ Merged **Merged:** 10/18/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/github_actions/actions/setup-go-3.3.1` --- ### 📝 Commits (1) - [`4967809`](https://github.com/fsouza/fake-gcs-server/commit/4967809558ba8079d09fdae2834dcc5e1eb92e2a) build(deps): bump actions/setup-go from 3.3.0 to 3.3.1 ### 📊 Changes **3 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/goreleaser-run.yml` (+1 -1) 📝 `.github/workflows/goreleaser-test.yml` (+1 -1) 📝 `.github/workflows/main.yml` (+3 -3) </details> ### 📄 Description Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1. <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>Fix cache issues and update dependencies</h2> <p>In scope of this release we fixed the issue with the correct generation of the cache key when the <code>go-version-file</code> input is set (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/267">actions/setup-go#267</a>). Moreover, we fixed an issue when <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/264">the cache folder was not found</a>. Besides, we updated <code>actions/core</code> to 1.10.0 version (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/273">actions/setup-go#273</a>).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-go/commit/c4a742cab115ed795e34d4513e2cf7d472deb55f"><code>c4a742c</code></a> fix(): cache resolve version input (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/267">#267</a>)</li> <li><a href="https://github.com/actions/setup-go/commit/f556e5b7e01141ed7cf0a83664ed24417b8aa9a5"><code>f556e5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/273">#273</a> from rentziass/rentziass/update-actions-core</li> <li><a href="https://github.com/actions/setup-go/commit/514ae57904bc71e20360773eba2940911af33b02"><code>514ae57</code></a> Update <code>@​actions/core</code> to 1.10.0</li> <li><a href="https://github.com/actions/setup-go/commit/30b9ddff1180797dbf0efc06837929f98bdf7af7"><code>30b9ddf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/264">#264</a> from e-korolevskii/258-not-throw-err-no-cache-folders</li> <li><a href="https://github.com/actions/setup-go/commit/c4e169859f5fb9f3f78b83a0064bc91bc3d31ca9"><code>c4e1698</code></a> prettier format</li> <li><a href="https://github.com/actions/setup-go/commit/db58e98a4390997f0cc84c2cf0c40c0dfa685833"><code>db58e98</code></a> format</li> <li><a href="https://github.com/actions/setup-go/commit/2905db406901340d2c37be74e06234e723a8206a"><code>2905db4</code></a> update build</li> <li><a href="https://github.com/actions/setup-go/commit/57452eb90285a94ffedc516c1d31821a7d71d73b"><code>57452eb</code></a> fix debug lines in test</li> <li><a href="https://github.com/actions/setup-go/commit/5547b9ed8d1a020178fe39c053659a9255170882"><code>5547b9e</code></a> fix(cache): Not throw err if no cache folders</li> <li><a href="https://github.com/actions/setup-go/commit/be45b2722d88c64da8b5a12a7ee5870dac98919e"><code>be45b27</code></a> build</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-go/compare/v3.3.0...v3.3.1">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=3.3.0&new-version=3.3.1)](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:32:53 +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#1065
No description provided.