-
Notifications
You must be signed in to change notification settings - Fork 249
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 #6258
base: develop
Are you sure you want to change the base?
ci_: upgrade go to 1.22 #6258
Conversation
Jenkins BuildsClick to see older builds (87)
|
f95fafe
to
c74ebd3
Compare
My initial assumptions were that this failure happens due to a symlink issue in xcode wrapper nix derivation :
Needs more investigation. This issue surfaces in |
c74ebd3
to
2d2d927
Compare
2d2d927
to
dd262fa
Compare
b273909
to
58e0a24
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.
Looks noice! Did you consider immediate switch to Go 1.23? Did it not work out as simple?
Because 1.22 will be outdated in 1 month 😐
And we probably must ensure mobile/desktop builds before merging ofc, just a heads up.
I first tried with 1.23, there were many issues, I tried to outline the recommended steps here #6254 (comment) |
58e0a24
to
7372d20
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6258 +/- ##
===========================================
- Coverage 61.92% 61.05% -0.88%
===========================================
Files 843 862 +19
Lines 111286 112696 +1410
===========================================
- Hits 68918 68801 -117
- Misses 34388 35921 +1533
+ Partials 7980 7974 -6
Flags with carried forward coverage won't be shown. Click here to find out 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.
Looks good, but please leave comments on not obvious things.
}) | ||
]; | ||
})); | ||
gomobile = callPackage ./pkgs/gomobile { }; |
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.
Add a comment, why it is needed.
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.
Also, is it just a copy from certain commit (add which one) or some lines were edited (add comments, which ones and why)?
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.
Thanks! I will update comments.
Here i was updating to a newer version of gomobile
and using latest derivation from master of nixpkgs.
7372d20
to
87151d7
Compare
Closes #6254
Summary
go
to1.22
xcodewrapper
to latest version fromnixpkgs
gomobile
derivation with newer version.1.59.1
forgo
version1.22
support https://github.com/golangci/golangci-lint/releases/tag/v1.59.1gosec
Pending
Related
GO111MODULE=off
workaround golang/go#67927