Title: chore(deps): bump actions/setup-go from 3.2.1 to 3.5.0 by dependabot[bot] · Pull Request #103 · before-commit/before-commit · GitHub
Open Graph Title: chore(deps): bump actions/setup-go from 3.2.1 to 3.5.0 by dependabot[bot] · Pull Request #103 · before-commit/before-commit
X Title: chore(deps): bump actions/setup-go from 3.2.1 to 3.5.0 by dependabot[bot] · Pull Request #103 · before-commit/before-commit
Description: Bumps actions/setup-go from 3.2.1 to 3.5.0. Release notes Sourced from actions/setup-go's releases. Add support for stable and oldstable aliases In scope of this release we introduce aliases for the go-version input. The stable alias instals the latest stable version of Go. The oldstable alias installs previous latest minor release (the stable is 1.19.x -> the oldstable is 1.18.x). Stable steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: 'stable' - run: go run hello.go OldStable steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: 'oldstable' - run: go run hello.go Add support for go.work and pass the token input through on GHES In scope of this release we added support for go.work file to pass it in go-version-file input. steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version-file: go.work - run: go run hello.go Besides, we added support to pass the token input through on GHES. 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). Support architecture input and fix Expand-Archive issue This release introduces support for architecture input for setup-go action #253. It also adds support for arm32 architecture for self-hosted runners. If architecture is not provided action will use default runner architecture. Example of usage: steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 ... (truncated) Commits 6edd440 fix log for stable aliases (#303) 38dbe75 Add stable and oldstable aliases (#300) 30c39bf Merge pull request #301 from jongwooo/chore/use-cache-in-check-dist 8377b69 Use cache in check-dist.yml d0a58c1 Merge pull request #294 from JamesMGreene/patch-1 3dcd9d6 Update to latest actions/publish-action e983b65 Merge pull request #283 from koba1t/add_support_gowork_for_go-version-file 27b43e1 Pass the token input through on GHES (#277) 7678c83 add support gowork for go-version-file c4a742c fix(): cache resolve version input (#267) 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)
Open Graph Description: Bumps actions/setup-go from 3.2.1 to 3.5.0. Release notes Sourced from actions/setup-go's releases. Add support for stable and oldstable aliases In scope of this release we introduce aliases ...
X Description: Bumps actions/setup-go from 3.2.1 to 3.5.0. Release notes Sourced from actions/setup-go's releases. Add support for stable and oldstable aliases In scope of this release we introduce alia...
Opengraph URL: https://github.com/before-commit/before-commit/pull/103
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:92c77114-fbb6-8765-ca49-e26fd64f19bf |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C2C0:15B152:122B67:16B7B5:69915843 |
| html-safe-nonce | 6b36858f6920622f9a0f42bea66e3a46dd12b7c0694186dfa0435be9c5edb532 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMkMwOjE1QjE1MjoxMjJCNjc6MTZCN0I1OjY5OTE1ODQzIiwidmlzaXRvcl9pZCI6Ijc1MzkxNjczMjcyMjY1MTc1NzEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 2c718deca61e06548eec378564907622beeef6be37e35a5c66fd6ed7f31bb9e3 |
| hovercard-subject-tag | pull_request:1163835549 |
| github-keyboard-shortcuts | repository,commits,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/before-commit/before-commit/pull/103/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps actions/setup-go from 3.2.1 to 3.5.0. Release notes Sourced from actions/setup-go's releases. Add support for stable and oldstable aliases In scope of this release we introduce aliases ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/before-commit/before-commit git https://github.com/before-commit/before-commit.git |
| octolytics-dimension-user_id | 102606206 |
| octolytics-dimension-user_login | before-commit |
| octolytics-dimension-repository_id | 475526094 |
| octolytics-dimension-repository_nwo | before-commit/before-commit |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 475526094 |
| octolytics-dimension-repository_network_root_nwo | before-commit/before-commit |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width