Skip to content

chore(deps): update actions/setup-go action to v4#968

Merged
fclairamb merged 3 commits intomainfrom
renovate/actions-setup-go-4.x
Aug 12, 2023
Merged

chore(deps): update actions/setup-go action to v4#968
fclairamb merged 3 commits intomainfrom
renovate/actions-setup-go-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

actions/setup-go (actions/setup-go)

v4.1.0

Compare Source

What's Changed

In scope of this release, slow installation on Windows was fixed by @​dsame in https://github.com/actions/setup-go/pull/393 and OS version was added to primaryKey for Ubuntu runners to avoid conflicts (https://github.com/actions/setup-go/pull/383)

This release also includes the following changes:

New Contributors

Full Changelog: actions/setup-go@v4...v4.1.0

v4.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v4...v4.0.1

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 these updates 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 renovate bot force-pushed the renovate/actions-setup-go-4.x branch 6 times, most recently from df58e42 to e0b1ce8 Compare March 21, 2023 22:40
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 10 times, most recently from e6af9e9 to 5320c5b Compare March 29, 2023 23:54
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 7 times, most recently from 5029da8 to 439df32 Compare April 6, 2023 00:53
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 7 times, most recently from 126f0f4 to d08e70c Compare April 12, 2023 21:53
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 7 times, most recently from c27c152 to 02ee6eb Compare May 9, 2023 16:52
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 7 times, most recently from 0eceb20 to fc059b2 Compare May 17, 2023 00:16
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 6 times, most recently from e596371 to 1cade08 Compare May 25, 2023 23:06
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch 5 times, most recently from 02145c5 to d8b002c Compare June 3, 2023 01:48
@renovate renovate bot force-pushed the renovate/actions-setup-go-4.x branch from d8b002c to 4964d89 Compare June 5, 2023 22:22
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 12, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

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