-
Notifications
You must be signed in to change notification settings - Fork 79
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 (145)
|
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
ci/Jenkinsfile.macos
Outdated
@@ -7,7 +7,7 @@ def isPRBuild = utils.isPRBuild() | |||
pipeline { | |||
/* This way we run the same Jenkinsfile on different platforms. */ | |||
agent { | |||
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.21 && xcode-15.1" | |||
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.21 && xcode-16.1" |
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.
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.21 && xcode-16.1" | |
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.22 && xcode-16.1" |
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.
ah we don't have hosts with go 1.22 yet, I'm gonna upgrade them today and then do this.
Thanks for suggesting.
f712f82
to
5682f20
Compare
c2d83f0
to
bae15b1
Compare
9038084
to
b9cda8c
Compare
628e569
to
2927956
Compare
2927956
to
33b065c
Compare
Summary
Todo