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 v5 #1354

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

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

Release Notes

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

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

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

v5.0.2

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.0.2

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

v5.0.0

Compare Source

What's Changed

In scope of this release, we change Nodejs runtime from node16 to node20 (https://github.com/actions/setup-go/pull/421). Moreover, we update some dependencies to the latest versions (https://github.com/actions/setup-go/pull/445).

Besides, this release contains such changes as:

New Contributors

Full Changelog: actions/setup-go@v4...v5.0.0

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 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 27, 2024 23:17
@renovate renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Nov 27, 2024
@renovate renovate bot force-pushed the renovate/actions-setup-go-5.x branch from 2bc7643 to 160810c Compare November 27, 2024 23:25
@renovate renovate bot force-pushed the renovate/actions-setup-go-5.x branch 6 times, most recently from ae148e9 to 5a4cbe5 Compare November 28, 2024 00:50
@renovate renovate bot force-pushed the renovate/actions-setup-go-5.x branch from 5a4cbe5 to 6450e62 Compare November 28, 2024 01:02
@MrAlias MrAlias merged commit 7f58d02 into main Nov 28, 2024
27 checks passed
@MrAlias MrAlias deleted the renovate/actions-setup-go-5.x branch November 28, 2024 02:47
@MrAlias MrAlias added this to the v0.19.0-alpha milestone Dec 4, 2024
MrAlias added a commit to MrAlias/opentelemetry-go-instrumentation that referenced this pull request Dec 11, 2024
MrAlias added a commit to MrAlias/opentelemetry-go-instrumentation that referenced this pull request Dec 11, 2024
MrAlias added a commit that referenced this pull request Dec 12, 2024
* Ignore renovate updates in LICENSES/**

* Revert "chore(deps): update actions/cache action to v4.2.0 (#1383)"

This reverts commit 759d012.

* Revert "chore(deps): update actions/upload-artifact action to v4 (#1355)"

This reverts commit 2c63876.

* Revert "chore(deps): update actions/setup-go action to v5 (#1354)"

This reverts commit 7f58d02.

* Revert "chore(deps): update actions/checkout action to v4 (#1353)"

This reverts commit 68d6317.

* Revert "chore(deps): update actions/cache action to v4 (#1352)"

This reverts commit e9583ce.

* Revert "chore(deps): update actions/upload-artifact action to v3.2.1 (#1338)"

This reverts commit c230868.

* Revert "chore(deps): update actions/checkout action to v3.6.0 (#1337)"

This reverts commit 321f49c.

* Revert "chore(deps): update actions/cache action to v3.3.3 (#1336)"

This reverts commit 6d3d67e.

* Revert the revert to non-LICENSE dir changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant