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 v4 #1840

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action major v3.5.0 -> v4.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

actions/setup-go

v4.0.0

Compare Source

In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying cache: false.

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v4
    with:
      go-version: ‘1.19’
  - run: go run hello.go

Besides, we introduce such changes as


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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, check this box

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

@renovate-bot renovate-bot force-pushed the renovate/major-github-actions branch 26 times, most recently from ad029f4 to c5a7a0c Compare March 22, 2023 16:59
@renovate-bot renovate-bot force-pushed the renovate/major-github-actions branch 25 times, most recently from 2715eb2 to 9714e26 Compare March 23, 2023 15:42
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate-bot renovate-bot force-pushed the renovate/major-github-actions branch from 9714e26 to 7230a91 Compare April 3, 2023 01:37
@ianlewis ianlewis merged commit ed136e0 into slsa-framework:main Apr 3, 2023
73 checks passed
@renovate-bot renovate-bot deleted the renovate/major-github-actions branch April 3, 2023 02:28
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.

None yet

2 participants