Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): Bump actions/setup-go from 3 to 4#131

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
coadler merged 1 commit intomainfromdependabot/github_actions/actions/setup-go-4
Jul 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 6, 2023
edited
Loading

Bumpsactions/setup-go from 3 to 4.

Release notes

Sourced fromactions/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 specifyingcache: 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 thego-version input. Thestable alias instals the latest stable version of Go. Theoldstable 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 addedsupport 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 dependenciesPull requests that update a dependency file github_actionsPull requests that update GitHub Actions code labelsJun 6, 2023
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v3...v4)---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>
@dependabotdependabotbotforce-pushed thedependabot/github_actions/actions/setup-go-4 branch fromb69406f to6a84f83CompareJune 30, 2023 06:37
@coadlercoadler merged commitd53ec63 intomainJul 18, 2023
@coadlercoadler deleted the dependabot/github_actions/actions/setup-go-4 branchJuly 18, 2023 14:46
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJul 18, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@matifalimatifalimatifali approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@matifali@coadler

[8]ページ先頭

©2009-2025 Movatter.jp