Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 18, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v3.1.0 -> v3.2.0

Release Notes

actions/setup-go

v3.2.0

Compare Source

This release introduces support for caching dependency files and compiler's build outputs #​228. For that action uses @​toolkit/cache library under the hood that in turn allows getting rid of configuring @​actions/cache action separately and simplifies the whole workflow.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - go.sum.

Examples of use-cases:

  • cache input only:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
  with:
    go-version: '18'
    cache: true
  • cache along with cache-dependency-path:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
  with:
    go-version: '18'
    cache: true
    cache-dependency-path: subdir/go.sum

Configuration

📅 Schedule: Branch creation - "after 10pm on Wednesday,before 8am on Thursday" in timezone Europe/Vienna, 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, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 18, 2022
@github-actions
Copy link

github-actions bot commented May 18, 2022

Unit Test Results

1 files  2 suites   5s ⏱️
7 tests 5 ✔️ 2 💤 0

Results for commit b66cb8b.

♻️ This comment has been updated with latest results.

@abtris
Copy link
Contributor

abtris commented May 24, 2022

Resolved in #136

@renovate renovate bot force-pushed the renovate/actions-setup-go-3.x branch from f4229a6 to 9461011 Compare May 26, 2022 11:31
@renovate renovate bot changed the title build(deps): update actions/setup-go action to v3.1.0 build(deps): update actions/setup-go action to v3.2.0 May 26, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-go-3.x branch from 9461011 to b66cb8b Compare June 1, 2022 11:36
@github-actions
Copy link

github-actions bot commented Jun 1, 2022

The following Docker Images have been built:
ghcr.io/keptn-sandbox/keptn-service-template-go:0.14.1-dev-PR-134,ghcr.io/keptn-sandbox/keptn-service-template-go:0.14.1-dev-PR-134.202206011136

Copy link
Contributor

@christian-kreuzberger-dtx christian-kreuzberger-dtx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@christian-kreuzberger-dtx christian-kreuzberger-dtx deleted the renovate/actions-setup-go-3.x branch June 9, 2022 05:55
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants