Skip to content

Update actions/setup-go action to v4#8

Merged
tatsuo48 merged 1 commit into
mainfrom
renovate/actions-setup-go-4.x
Mar 16, 2023
Merged

Update actions/setup-go action to v4#8
tatsuo48 merged 1 commit into
mainfrom
renovate/actions-setup-go-4.x

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

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

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 - At any time (no schedule defined), 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.

@tatsuo48 tatsuo48 merged commit be40dfb into main Mar 16, 2023
@tatsuo48 tatsuo48 deleted the renovate/actions-setup-go-4.x branch March 16, 2023 02:37
@github-actions github-actions Bot mentioned this pull request Mar 16, 2023
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.

1 participant