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

[Merged by Bors] - build(deps): Bump golang from 1.22 to 1.23 #6256

Closed
wants to merge 9 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps golang from 1.22 to 1.23.

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2024
@dependabot dependabot bot requested a review from acud as a code owner August 14, 2024 01:45
@dependabot dependabot bot added the docker Pull requests that update Docker code label Aug 14, 2024
Copy link
Member

@fasmat fasmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's wait at least 1-2 patch versions before the upgrade, we should also check if our tooling requires updating before building go-spacemesh with 1.23

@fasmat
Copy link
Member

fasmat commented Sep 9, 2024

quic-go breaks with Go 1.23 unless GODEBUG="asynctimerchan=1" is set. This will probably be fixed with a new minor update of Go 1.23.x, for details see:

dependabot bot and others added 2 commits October 2, 2024 11:06
Bumps golang from 1.22 to 1.23.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@fasmat fasmat force-pushed the dependabot/docker/golang-1.23 branch from 0a5e306 to c383dfe Compare October 2, 2024 09:12
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 92.20779% with 6 lines in your changes missing coverage. Please review.

Project coverage is 81.6%. Comparing base (c55ec34) to head (8bdb441).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
api/grpcserver/admin_service.go 25.0% 3 Missing ⚠️
api/grpcserver/debug_service.go 0.0% 1 Missing ⚠️
timesync/peersync/sync.go 0.0% 1 Missing ⚠️
tortoise/recover.go 50.0% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #6256   +/-   ##
=======================================
  Coverage     81.6%   81.6%           
=======================================
  Files          314     313    -1     
  Lines        35021   34960   -61     
=======================================
- Hits         28605   28559   -46     
+ Misses        4576    4562   -14     
+ Partials      1840    1839    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fasmat fasmat force-pushed the dependabot/docker/golang-1.23 branch from c383dfe to 103716b Compare October 2, 2024 09:44
@fasmat fasmat force-pushed the dependabot/docker/golang-1.23 branch from 0464aed to 4dd9173 Compare October 2, 2024 10:21
Copy link
Member

@fasmat fasmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors try

spacemesh-bors bot added a commit that referenced this pull request Oct 2, 2024
@fasmat
Copy link
Member

fasmat commented Oct 2, 2024

I updated the codebase to use 1.23, updated golanci-lint and fixed new issues it reported. Since 1.23.2 fixes the timer issue we can now update 🙂

@spacemesh-bors
Copy link

spacemesh-bors bot commented Oct 2, 2024

try

Build failed:

txs/mempool_iterator.go Outdated Show resolved Hide resolved
@fasmat
Copy link
Member

fasmat commented Oct 2, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Oct 2, 2024
Bumps golang from 1.22 to 1.23.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22&new-version=1.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: Matthias <[email protected]>
@spacemesh-bors
Copy link

spacemesh-bors bot commented Oct 2, 2024

Build failed:

@fasmat
Copy link
Member

fasmat commented Oct 2, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Oct 2, 2024
Bumps golang from 1.22 to 1.23.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22&new-version=1.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: Matthias <[email protected]>
@spacemesh-bors
Copy link

spacemesh-bors bot commented Oct 2, 2024

Pull request successfully merged into develop.

Build succeeded:

@spacemesh-bors spacemesh-bors bot changed the title build(deps): Bump golang from 1.22 to 1.23 [Merged by Bors] - build(deps): Bump golang from 1.22 to 1.23 Oct 2, 2024
@spacemesh-bors spacemesh-bors bot closed this Oct 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@spacemesh-bors spacemesh-bors bot deleted the dependabot/docker/golang-1.23 branch October 2, 2024 14:11
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants