Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/setup-go action to v3 #32

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action major v2.2.0 -> v3.0.0

Release Notes

actions/setup-go

v3.0.0

Compare Source

What's Changed
Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

This new major release removes the stable 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 -> 1.18.0-beta.1, 1.18.0-rc1 -> 1.18.0-rc.1).

steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-go@v3
    with:
      go-version: '1.18.0-rc.1' 
  - run: go version

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@maxbrunet maxbrunet enabled auto-merge (squash) February 28, 2022 20:40
@maxbrunet maxbrunet merged commit 2521b31 into main Feb 28, 2022
@maxbrunet maxbrunet deleted the renovate/actions-setup-go-3.x branch February 28, 2022 20:41
maxbrunet pushed a commit that referenced this pull request Mar 3, 2022
### [1.0.7](v1.0.6...v1.0.7) (2022-03-03)

### Miscellaneous Chores

* **deps:** update actions/setup-go action to v3 ([#32](#32)) ([2521b31](2521b31))
* **deps:** update dependency github.com/golangci/golangci-lint to v1.44.2 ([#20](#20)) ([76008bf](76008bf))
* **deps:** update docker/login-action action to v1.13.0 ([#22](#22)) ([293cbb8](293cbb8))
* **deps:** update docker/login-action action to v1.14.0 ([#31](#31)) ([15952b2](15952b2))
* **deps:** update docker/login-action action to v1.14.1 ([#33](#33)) ([8d8236c](8d8236c))
* **deps:** update github/codeql-action action to v1.1.1 ([#21](#21)) ([c5548f3](c5548f3))
* **deps:** update github/codeql-action action to v1.1.2 ([#24](#24)) ([b1be68c](b1be68c))
* **deps:** update github/codeql-action action to v1.1.3 ([#26](#26)) ([d51dd68](d51dd68))
* **deps:** update golang to d030a98 ([#25](#25)) ([5ec068a](5ec068a))
* **deps:** update golangci/golangci-lint-action action to v3 ([#28](#28)) ([265fbde](265fbde))
* **deps:** update golangci/golangci-lint-action action to v3.1.0 ([#30](#30)) ([408d5c6](408d5c6))

### Build System

* **deps:** update module github.com/aws/smithy-go to v1.11.0 ([#27](#27)) ([680967f](680967f))
@github-actions
Copy link

github-actions bot commented Mar 3, 2022

🎉 This PR is included in version 1.0.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants