-
Notifications
You must be signed in to change notification settings - Fork 80
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
ci: upgrade go to 1.22 #17084
base: master
Are you sure you want to change the base?
ci: upgrade go to 1.22 #17084
Conversation
Jenkins BuildsClick to see older builds (182)
|
7f62f15
to
1732ddd
Compare
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.
You're missing Nix change:
status-desktop/nix/overlay.nix
Lines 40 to 41 in a7ae1a7
go_1_21 = callPackage ./pkgs/go/bootstrap121.nix { }; | |
buildGo121Module = callPackage ./pkgs/go-module { go = final.go_1_21; }; |
822e686
to
2979b5d
Compare
7be95ca
to
6fd4a4b
Compare
6fd4a4b
to
d51083f
Compare
f712f82
to
5682f20
Compare
9038084
to
b9cda8c
Compare
33b065c
to
e3ed85c
Compare
Fixed Docker builds in: Pushed new Docker image as |
3c419fc
to
ffa04b4
Compare
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.
Mostly correct.
This commit: - updates status-go to point to status-im/status-go#6258 - updates nix derivation to switch to go 1.22 - swaps `sc3md` for `sc5md` - updates docker image used by jenkins for linux jobs to image built with go 1.22. - updates, linux, windows and MacOS build scripts to use go 1.22
ffa04b4
to
ae93b70
Compare
Summary
sc3md
forsc5md
Todo