You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/10 20:04:10 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #22669: Bump actions/setup-go from 2 to 3

dependabot[bot] opened a new pull request, #22669:
URL: https://github.com/apache/beam/pull/22669

   Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 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>Update actions/cache version to 3.0.0</h2>
   <p>In scope of this release we updated <code>actions/cache</code> package as the new version contains fixes for <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/238">caching error handling</a></p>
   <h2>v3.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update default runtime to node16 (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/192">actions/setup-go#192</a>)</li>
   <li>Update <code>package-lock.json</code> file version to 2 (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/193">actions/setup-go#193</a>) and <code>@types/node</code> to 16.11.25 (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/194">actions/setup-go#194</a>)</li>
   <li>Remove the <code>stable</code> input and fix SemVer notation (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/195">actions/setup-go#195</a>)</li>
   </ul>
   <h3>Breaking Changes</h3>
   <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
   <p>This new major release removes the <code>stable</code> input, so there is no need to specify additional input to use pre-release versions. This release also corrects the pre-release versions syntax to satisfy the SemVer notation (1.18.0-beta1 -&gt; 1.18.0-beta.1, 1.18.0-rc1 -&gt; 1.18.0-rc.1).</p>
   <pre lang="yaml"><code>steps:
     - uses: actions/checkout@v2
     - uses: actions/setup-go@v3
       with:
         go-version: '1.18.0-rc.1' 
     - run: go version
   </code></pre>
   <h2>Add check-latest input</h2>
   <p>In scope of this release we add the <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/186">check-latest</a> input. If <code>check-latest</code> is set to <code>true</code>, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from <a href="https://github.com/actions/go-versions">go-versions</a> repository. By default <code>check-latest</code> is set to <code>false</code>.
   Example of usage:</p>
   <pre lang="yaml"><code>steps:
     - uses: actions/checkout@v2
     - uses: actions/setup-go@v2
       with:
         go-version: '1.16'
         check-latest: true
     - run: go version
   </code></pre>
   <p>Moreover, we updated <code>@actions/core</code> from <code>1.2.6</code> to <code>1.6.0</code></p>
   <h2>v2.1.5</h2>
   <p>In scope of this release we updated <code>matchers.json</code>  to improve the problem matcher pattern. For more information please refer to this <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/98">pull request</a></p>
   <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>
   <h2>v2.1.3</h2>
   <ul>
   <li>Updated communication with runner to use environment files rather then workflow commands</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-go/commit/84cbf8094393cdc5fe1fe1671ff2647332956b1a"><code>84cbf80</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-go/issues/238">#238</a> from vsafonkin/v-vsafonkin/cache-error-handling</li>
   <li><a href="https://github.com/actions/setup-go/commit/dd64cc9b01c2a6ef710d1e35042215ad9bf1ea72"><code>dd64cc9</code></a> Build dist</li>
   <li><a href="https://github.com/actions/setup-go/commit/9eecd2d0d7ac148636f537a0b829f408c9afa171"><code>9eecd2d</code></a> Minor fix</li>
   <li><a href="https://github.com/actions/setup-go/commit/75be6485711141eae71e9b720c3c6997a65bb2d7"><code>75be648</code></a> Fix license</li>
   <li><a href="https://github.com/actions/setup-go/commit/bb9cf4268879d1e23037541e947c2d73238f6705"><code>bb9cf42</code></a> Fix license</li>
   <li><a href="https://github.com/actions/setup-go/commit/97919d33f5faa2be792f864aeed063ccccdf7dac"><code>97919d3</code></a> Fix license</li>
   <li><a href="https://github.com/actions/setup-go/commit/df0583a96c7157c696ea38b0e42ee4fa1e9851a5"><code>df0583a</code></a> Fix license</li>
   <li><a href="https://github.com/actions/setup-go/commit/5ea2b37572926b27fa9d943a747eec3c509a8628"><code>5ea2b37</code></a> Fix license</li>
   <li><a href="https://github.com/actions/setup-go/commit/e52a7c55ca89d8ef76f05325857c1097316c6239"><code>e52a7c5</code></a> Update license</li>
   <li><a href="https://github.com/actions/setup-go/commit/ed8da5df3995b614d2f8d6a1caab1f180c720e9c"><code>ed8da5d</code></a> Build js</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-go/compare/v2...v3">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&new-version=3)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm merged pull request #22669: Bump actions/setup-go from 2 to 3

Posted by GitBox <gi...@apache.org>.
damccorm merged PR #22669:
URL: https://github.com/apache/beam/pull/22669


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #22669: Bump actions/setup-go from 2 to 3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #22669:
URL: https://github.com/apache/beam/pull/22669#issuecomment-1211242609

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @damccorm for label build.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org