Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

build(deps): update actions/setup-go action to v3.5.0 #410

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v3.3.1 -> v3.5.0

Release Notes

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

v3.5.0: Add support for stable and oldstable aliases

Compare Source

In scope of this release we introduce aliases for the go-version input. The stable alias instals the latest stable version of Go. The oldstable alias installs previous latest minor release (the stable is 1.19.x -> the oldstable is 1.18.x).

Stable
steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version: 'stable'
  - run: go run hello.go
OldStable
steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version: 'oldstable'
  - run: go run hello.go

v3.4.0: Add support for go.work and pass the token input through on GHES

Compare Source

In scope of this release we added support for go.work file to pass it in go-version-file input.

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version-file: go.work
  - run: go run hello.go

Besides, we added support to pass the token input through on GHES.


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

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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 15, 2023
@github-actions
Copy link
Contributor

Test Results

130 tests   118 ✔️  2s ⏱️
  13 suites    12 💤
    1 files        0

Results for commit 07a985a.

@github-actions
Copy link
Contributor

The following Docker Images have been built:

  • keptncontrib/job-executor-service:0.3.1-dev-PR-410,keptncontrib/job-executor-service:0.3.1-dev-PR-410.202303152222
  • keptncontrib/job-executor-service-initcontainer:0.3.1-dev-PR-410,keptncontrib/job-executor-service-initcontainer:0.3.1-dev-PR-410.202303152222

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants