-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: goreleaser/goreleaser
base: v1.12.1
head repository: goreleaser/goreleaser
compare: v1.12.2
- 8 commits
- 10 files changed
- 2 contributors
Commits on Oct 18, 2022
-
chore(deps): bump docker/setup-buildx-action from 2.1.0 to 2.2.0 (#3474)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>What's Changed</h2> <ul> <li>Append nodes to builder support by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/165">#165</a>)</li> <li>Bump csv-parse from 5.3.0 to 5.3.1 (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/172">#172</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.1.0...v2.2.0">https://github.com/docker/setup-buildx-action/compare/v2.1.0...v2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/c74574e6c82eeedc46366be1b0d287eff9085eb6"><code>c74574e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/172">#172</a> from docker/dependabot/npm_and_yarn/csv-parse-5.3.1</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/2d0cf9878140f2f27c4a62ec63561a1ececa0148"><code>2d0cf98</code></a> update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/5f1d4ea81f4b8dc7bb65986367616659d4289ec9"><code>5f1d4ea</code></a> Bump csv-parse from 5.3.0 to 5.3.1</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/59b5ed61248daa4967b4745021a386416e1318ce"><code>59b5ed6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/165">#165</a> from crazy-max/append</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/bd61d52837153189aab572d318b83d5d49265fb1"><code>bd61d52</code></a> update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/f6efb5fcbbb2ff33f7ffb2651b7e01e93e341f4a"><code>f6efb5f</code></a> platforms input</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/2dfca373f3dfc07c1bd91cbc0272f87f6619ee58"><code>2dfca37</code></a> append nodes to builder support</li> <li>See full diff in <a href="https://github.com/docker/setup-buildx-action/compare/95cb08cb2672c73d4ffd2f422e6d11953d2a9c70...c74574e6c82eeedc46366be1b0d287eff9085eb6">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 903713e - Browse repository at this point
Copy the full SHA 903713eView commit details
Commits on Oct 19, 2022
-
fix(deps): update to go-github v48 (#3475)
latest and greatest Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for afdb8e7 - Browse repository at this point
Copy the full SHA afdb8e7View commit details -
chore(deps): bump docker/setup-buildx-action from 2.2.0 to 2.2.1 (#3480)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.2.0 to 2.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v2.2.1</h2> <h2>What's Changed</h2> <ul> <li>Preserve quotes surrounding fields in input list by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/174">#174</a>)</li> <li>Escape surrounding quotes for <code>platforms</code> input by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/175">#175</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.2.0...v2.2.1">https://github.com/docker/setup-buildx-action/compare/v2.2.0...v2.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/8c0edbc76e98fa90f69d9a2c020dcb50019dc325"><code>8c0edbc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/175">#175</a> from crazy-max/input-list-quotes</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/1fb9cbdb32dbbac099c90a1458770fb5eb2be9de"><code>1fb9cbd</code></a> escape surrounding quotes for platforms input</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/693fdd6ca6e191e00be0f5d9ea58835f44031310"><code>693fdd6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/174">#174</a> from crazy-max/input-quote</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/fe4c1ac86d4e03ddda3434e3a49b0678e8932757"><code>fe4c1ac</code></a> preserve quotes surrounding fields in input list</li> <li>See full diff in <a href="https://github.com/docke 10000 r/setup-buildx-action/compare/c74574e6c82eeedc46366be1b0d287eff9085eb6...8c0edbc76e98fa90f69d9a2c020dcb50019dc325">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97e9bc4 - Browse repository at this point
Copy the full SHA 97e9bc4View commit details -
chore(deps): bump github/codeql-action from 2.1.27 to 2.1.28 (#3479)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.27 to 2.1.28. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>2.1.28 - 18 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1294">#1294</a></li> <li>Replace uses of GitHub Actions command <code>set-output</code> because it is now deprecated. See more information in the <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">GitHub Changelog</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1301">#1301</a></li> </ul> <h2>2.1.27 - 06 Oct 2022</h2> <ul> <li>We are rolling out a feature of the CodeQL Action in October 2022 that changes the way that Go code is analyzed to be more consistent with other compiled languages like C/C++, C#, and Java. You do not need to alter your code scanning workflows. If you encounter any problems, please <a href="https://github.com/github/codeql-action/issues">file an issue</a> or open a private ticket with GitHub Support and request an escalation to engineering.</li> </ul> <h2>2.1.26 - 29 Sep 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1267">#1267</a></li> </ul> <h2>2.1.25 - 21 Sep 2022</h2> <ul> <li>We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the <code>trap-caching: false</code> option to your workflow's <code>init</code> step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.</li> <li>Add support for Python automatic dependency installation with Poetry 1.2 <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1258">#1258</a>.</li> </ul> <h2>2.1.24 - 16 Sep 2022</h2> <p>No user facing changes.</p> <h2>2.1.23 - 14 Sep 2022</h2> <ul> <li>Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new <code>registries</code> input for the <code>init</code> action. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1221">#1221</a></li> <li>Update default CodeQL bundle version to 2.10.5. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1240">#1240</a></li> </ul> <h2>2.1.22 - 01 Sep 2022</h2> <ul> <li>Downloading CodeQL packs has been moved to the <code>init</code> step. Previously, CodeQL packs were downloaded during the <code>analyze</code> step. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1218">#1218</a></li> <li>Update default CodeQL bundle version to 2.10.4. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1224">#1224</a></li> <li>The newly released <a href="https://python-poetry.org/blog/announcing-poetry-1.2.0">Poetry 1.2</a> is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.</li> </ul> <h2>2.1.21 - 25 Aug 2022</h2> <ul> <li>Improve error messages when the code scanning configuration file includes an invalid <code>queries</code> block or an invalid <code>query-filters</code> block. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1208">#1208</a></li> <li>Fix a bug where Go build tracing could fail on Windows. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1209">#1209</a></li> </ul> <h2>2.1.20 - 22 Aug 2022</h2> <p>No user facing changes.</p> <h2>2.1.19 - 17 Aug 2022</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/cc7986c02bac29104a72998e67239bb5ee2ee110"><code>cc7986c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1311">#1311</a> from github/update-v2.1.28-96c8872f</li> <li><a href="https://github.com/github/codeql-action/commit/aecd03235b354c8b15d3c26be8b09cc18c3343af"><code>aecd032</code></a> Update changelog for v2.1.28</li> <li><a href="https://github.com/github/codeql-action/commit/96c8872f06fdc59062b6c904db4c0956cc1f72e2"><code>96c8872</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1310">#1310</a> from github/henrymercer/v2-mergeback</li> <li><a href="https://github.com/github/codeql-action/commit/b709139433d46cb866848ac5df2e1665a902078f"><code>b709139</code></a> Merge branch 'releases/v2' into henrymercer/v2-mergeback</li> <li><a href="https://github.com/github/codeql-action/commit/5dd73678a42653832b19f22c1fb9493c4d3df7f6"><code>5dd7367</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1308">#1308</a> from github/aeisenberg/fix-merge</li> <li><a href="https://github.com/github/codeql-action/commit/4c1ccc4a5e98ce02155843e6f5c112ce81c87f53"><code>4c1ccc4</code></a> Fix CHANGELOG</li> <li><a href="https://github.com/github/codeql-action/commit/c2f5185572f4cd6e51184c516fe7a2175bad782a"><code>c2f5185</code></a> Merge commit 'e4cc4a2f' into releases/v2</li> <li><a href="https://github.com/github/codeql-action/commit/297ec80a468c234608046f51ee8c65da128a1e94"><code>297ec80</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1301">#1301</a> from github/aeisenberg/remove-set-output</li> <li><a href="https://github.com/github/codeql-action/commit/b0f8861cea215112e05fd843270675ae37ee7620"><code>b0f8861</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/github/codeql-action/commit/2ee8edc7f09588bfb6d136e9f7ee05a1b4ff3063"><code>2ee8edc</code></a> Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/807578363a7869ca324a79039e6db9c843e0e100...cc7986c02bac29104a72998e67239bb5ee2ee110">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b1ce71 - Browse repository at this point
Copy the full SHA 7b1ce71View commit details -
chore(deps): bump sigstore/cosign-installer from 2.8.0 to 2.8.1 (#3478)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.8.0 to 2.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's releases</a>.</em></p> <blockquote> <h2>v2.8.1</h2> <h2>What's Changed</h2> <ul> <li>bump cosign install to use release v1.13.1 by <a href="https://github.com/cpanato"><code>@cpanato</code></a> in <a href="https://github-redirect.dependabot.com/sigstore/cosign-installer/pull/98">sigstore/cosign-installer#98</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sigstore/cosign-installer/compare/v2...v2.8.1">https://github.com/sigstore/cosign-installer/compare/v2...v2.8.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sigstore/cosign-installer/commit/9becc617647dfa20ae7b1151972e9b3a2c338a2b"><code>9becc61</code></a> bump cosign install to use release v1.13.1 (<a href="https://github-redirect.dependabot.com/sigstore/cosign-installer/issues/98">#98</a>)</li> <li><a href="https://github.com/sigstore/cosign-installer/commit/c6d50c2e98b401591ef0ec04be0868d8f2626d0f"><code>c6d50c2</code></a> Bump actions/checkout from 3.0.2 to 3.1.0 (<a href="https://github-redirect.dependabot.com/sigstore/cosign-installer/issues/96">#96</a>)</li> <li>See full diff in <a href="https://github.com/sigstore/cosign-installer/compare/v2.8.0...v2.8.1">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a94d809 - Browse repository at this point
Copy the full SHA a94d809View commit details -
chore(deps): bump actions/setup-go from 3.3.0 to 3.3.1 (#3477)
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/268d8c0ca0432bb2cf416faae41297df9d262d7f...c4a742cab115ed795e34d4513e2cf7d472deb55f">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 097baac - Browse repository at this point
Copy the full SHA 097baacView commit details -
fix: unknown revision when installing with go install
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb9ad29 - Browse repository at this point
Copy the full SHA eb9ad29View commit details -
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97ba9a7 - Browse repository at this point
Copy the full SHA 97ba9a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.1...v1.12.2