-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
build: bump to Go 1.21 #17333
build: bump to Go 1.21 #17333
Conversation
f9fc3c2
to
28ecb84
Compare
@@ -44,7 +44,7 @@ | |||
default = simd; | |||
simd = with pkgs; mkShell { | |||
buildInputs = [ | |||
go_1_20 # Use Go 1.20 version | |||
go_1_21 # Use Go 1.21 version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are blocked on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anyway to unblock this or are we going to be stuck like this going forward for future releases? Anyway we can merge this for now since the rocksdb stuff isnt needed right now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can skip the build step and create an issue to re-enable it if that's what we want 👍🏾
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mainly thinking since this is a blocker for the rc as well. Lets disable it and create an issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! will do -> #17437
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think its worth doing this for 0.50. collections will use it anyways
Okay, then we can bump all |
(cherry picked from commit f0030e0) # Conflicts: # .github/workflows/sims-050.yml # .github/workflows/starship-tests.yml # collections/go.sum # contrib/devtools/Dockerfile # flake.nix # tests/starship/tests/go.mod # tests/starship/tests/go.sum
Description
Bump to Go 1.21.
Purposely not bumping all packages.
The following packages have been bumped (in CI and go.mod):
The rationale of not bumping everything is to not force everyone to upgrade when depending on
log
ormath
,api
, ... packages, and using it in v0.4x.x chains, by mistakenly adding a Go 1.21 only feature. In short, any module that we tag from main, except collections, used in v0.4x.x chains, stay on Go 1.20 for now (in CI and go.mod).We need to decide if we go with Go 1.21 for v0.50 for the SDK itself.Adding backport label.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
make lint
andmake test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change