Skip to content

Bump actions/setup-go from 2.1.5 to 4.0.0 - #362

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-go-4.0.0
Closed

Bump actions/setup-go from 2.1.5 to 4.0.0#362
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-go-4.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 16, 2023

Copy link
Copy Markdown
Contributor

Bumps actions/setup-go from 2.1.5 to 4.0.0.

Release notes

Sourced from actions/setup-go's releases.

v4.0.0

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@v4with:
go-version: ‘1.19’
- run: go run hello.go

Besides, we introduce such changes as

Add support for stable and oldstable aliases

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@v3with:
go-version: 'stable'
- run: go run hello.go

OldStable

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3with:
go-version: 'oldstable'
- run: go run hello.go

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

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</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 16, 2023
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Patch coverage has no change and project coverage change: -0.50⚠️

Comparison is base (c67445e) 68.76% compared to head (d6f65d6) 68.27%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@ Coverage Diff @@## main #362 +/- ##
==========================================
- Coverage 68.76% 68.27% -0.50% 
==========================================
Files 15 15 Lines 1620 1620 ==========================================
- Hits 1114 1106 -8 - Misses 388 398 +10 + Partials 118 116 -2 

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@424fc82...4d34df0)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/github_actions/actions/setup-go-4.0.0 branch from d6f65d6 to 1da3773CompareApril 13, 2023 15:11
@dependabot@github

dependabotBot commented on behalf of githubMay 16, 2023

Copy link
Copy Markdown
ContributorAuthor

Superseded by #399.

@dependabotdependabotBot closed this May 16, 2023
@dependabot
dependabotBot deleted the dependabot/github_actions/actions/setup-go-4.0.0 branch May 16, 2023 01:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@codecov-commenter