Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-go from 3 to 4 #43

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps actions/setup-go from 3 to 4.

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@v4
    with:
      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@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

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
  • 93397be Fix Install on Windows is very slow (#393)
  • 27eec5b Merge pull request #396 from actions/dependabot/npm_and_yarn/semver-6.3.1
  • ecfc77a Merge pull request #397 from actions/dependabot/npm_and_yarn/word-wrap-1.2.4
  • 1b80a11 Bump word-wrap from 1.2.3 to 1.2.4
  • b1c3434 Fix licensing for Semver 6.3.1
  • 0bb97b1 Rebuild after updating Semver
  • 4220624 Bump semver from 6.3.0 to 6.3.1
  • db8764c Bump tough-cookie and @​azure/ms-rest-js (#392)
  • 08b314a Merge pull request #383 from akv-platform/issue-368
  • 4e0b6c7 Limit to Linux only
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2023
@rez1dent3
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-go-4 branch from 38ab3a3 to cc05bb1 Compare October 27, 2023 08:47
@rez1dent3
Copy link
Member

@dependabot rebase

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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-go-4 branch from cc05bb1 to a200459 Compare October 27, 2023 10:35
@github-actions
Copy link

Build output
All versions:

Name 7.3 8.4 9.2 9.3 9.4 9.5 9.6 10.0
Atomic:Blocks - - 744ms 652ms 714ms 721ms 714ms 638ms
Cart:EagerLoaderPay 32.4s 825ms 728ms 673ms 698ms 718ms 821ms 647ms
Cart:Pay 2.09s 561ms 471ms 461ms 512ms 466ms 472ms 365ms
Cart:PayFree 1.98s 500ms 390ms 373ms 399ms 451ms 462ms 382ms
Cart:PayOneItemXPieces 841ms 153ms 80.9ms 84.2ms 80.2ms 89.8ms 84ms 60.3ms
Gift:Gift 70ms 66.7ms 70.8ms 73.6ms 76.2ms 85.4ms 82.6ms 63ms
Gift:Refund 169ms 137ms 143ms 134ms 151ms 158ms 176ms 123ms
Solo:Deposit 35.9ms 38.5ms 39.9ms 40.1ms 38.9ms 42.4ms 41.7ms 19.7ms
Solo:EagerLoading 1.59s 1.36s 1.28s 1.07s 1.14s 1.26s 1.59s 1.18s
Solo:ForceWithdraw 35.9ms 40.1ms 40.6ms 40ms 38.4ms 42.8ms 41.7ms 19.2ms
Solo:GetBalance 27.6ms 31ms 32.2ms 32.2ms 31ms 33.1ms 33.4ms 7.98ms
Solo:Transfer 56.8ms 58.3ms 55.3ms 56.7ms 56.4ms 61.2ms 56.9ms 35.4ms
Solo:Withdraw 41.3ms 44.8ms 44.9ms 45.8ms 44.3ms 48.6ms 47ms 25.6ms
State:InTransaction 900ms 669ms 726ms 670ms 753ms 804ms 624ms 536ms
State:RefreshInTransaction 50.8ms 52.5ms 58.5ms 59.7ms 57.2ms 65.9ms 61.5ms 41.4ms
State:TransactionRollback 39.2ms 42.7ms 43.4ms 44.4ms 43.8ms 46.5ms 44.7ms 23.7ms

Major compare:

Name 7.x 8.x 9.x 10.x
Atomic:Blocks - - 699ms 638ms
Cart:EagerLoaderPay 32.4s 825ms 740ms 647ms
Cart:Pay 2.09s 561ms 470ms 365ms
Cart:PayFree 1.98s 500ms 401ms 382ms
Cart:PayOneItemXPieces 841ms 153ms 83.3ms 60.3ms
Gift:Gift 70ms 66.7ms 76ms 63ms
Gift:Refund 169ms 137ms 147ms 123ms
Solo:Deposit 35.9ms 38.5ms 40.6ms 19.7ms
Solo:EagerLoading 1.59s 1.36s 1.27s 1.18s
Solo:ForceWithdraw 35.9ms 40.1ms 40.7ms 19.2ms
Solo:GetBalance 27.6ms 31ms 32ms 7.98ms
Solo:Transfer 56.8ms 58.3ms 57.3ms 35.4ms
Solo:Withdraw 41.3ms 44.8ms 46.5ms 25.6ms
State:InTransaction 900ms 669ms 692ms 536ms
State:RefreshInTransaction 50.8ms 52.5ms 59ms 41.4ms
State:TransactionRollback 39.2ms 42.7ms 44.8ms 23.7ms

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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant