Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-setup-go-3.x
Open

build(deps): update actions/setup-go action to v3.6.1#176
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-setup-go-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2023

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v3.2.1v3.6.1

Release Notes

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

v3.6.1

Compare Source

What's Changed

Full Changelog: actions/setup-go@v3...v3.6.1

v3.6.0

Compare Source

What's Changed
  • Upgrade @actions/cache by @​priyagupta108 in #​579.
    In scope of this release we updated actions/cache package to 4.0.3. This update ensures continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-go@v3...v3.6.0

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.

v3.3.1: Fix cache issues and update dependencies

Compare Source

In scope of this release we fixed the issue with the correct generation of the cache key when the go-version-file input is set (#​267). Moreover, we fixed an issue when the cache folder was not found. Besides, we updated actions/core to 1.10.0 version (#​273).

v3.3.0: Support architecture input and fix Expand-Archive issue

Compare Source

This release introduces support for architecture input for setup-go action #​253. It also adds support for arm32 architecture for self-hosted runners. If architecture is not provided action will use default runner architecture.
Example of usage:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
  with:
   go-version: '1.16'
   architecture: arm

This release also provides fix for issue #​241. #​250 adds support for using explicit filename for Windows which is necessary to satisfy Expand-Archive's requirement on .zip extension.


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 27, 2023
@github-actions
Copy link

The following Docker Images have been built:
ghcr.io/keptn-sandbox/keptn-service-template-go:0.17.2-dev-PR-176,ghcr.io/keptn-sandbox/keptn-service-template-go:0.17.2-dev-PR-176.202312272224

@github-actions
Copy link

Unit Test Results

4 tests   2 ✔️  1s ⏱️
3 suites  2 💤
1 files    0

Results for commit d75324f.

@renovate renovate bot force-pushed the renovate/actions-setup-go-3.x branch from d75324f to 70d5ce7 Compare April 21, 2025 03:29
@renovate renovate bot changed the title build(deps): update actions/setup-go action to v3.5.0 build(deps): update actions/setup-go action to v3.6.0 Apr 21, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/actions-setup-go-3.x branch from 70d5ce7 to 3afa91f Compare April 24, 2025 05:36
@renovate renovate bot changed the title build(deps): update actions/setup-go action to v3.6.0 build(deps): update actions/setup-go action to v3.6.1 Apr 24, 2025
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.

0 participants