-
Notifications
You must be signed in to change notification settings - Fork 86
ci: upgrade go to 1.23 #18135
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
base: master
Are you sure you want to change the base?
ci: upgrade go to 1.23 #18135
Conversation
Jenkins BuildsClick to see older builds (16)
|
5894f5f
to
18e5bb6
Compare
18e5bb6
to
9c7c09d
Compare
Please also update the BUILDING.md file |
9c7c09d
to
c219f30
Compare
c219f30
to
5662706
Compare
@@ -8,7 +8,7 @@ pipeline { | |||
agent { | |||
docker { | |||
label 'linux' | |||
image 'statusteam/nim-status-client-build:1.6.6-qt5.15.2' | |||
image 'statusteam/nim-status-client-build:1.6.7-qt5.15.2' |
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.
hmm we should use the qt6 image here
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.
Definitely, Qt5 is dead
|
||
> ⚠️ Note: 1.22 version is a strict requirement for now. Version 1.23 won't work | ||
> ⚠️ Note: 1.23 version is a strict requirement for now. Version 1.24 won't work |
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.
With this PR, I was able to build against 1.24 as well... :)
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.
~/git/status/status-desktop (17764-improper-lightdark-mode*$%|u=)$ go version
go version go1.24.4 linux/amd64
Default for Fedora; otherwise I wouldn't be able to build at all
@@ -127,7 +127,7 @@ Install [Homebrew](https://brew.sh/) if not already installed. | |||
#### Install Required Packages | |||
|
|||
```bash | |||
brew install cmake pkg-config go@1.22 qt@5 jq nvm yarn protobuf | |||
brew install cmake pkg-config go@1.23 qt@5 jq nvm yarn protobuf |
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.
brew install cmake pkg-config [email protected] qt@5 jq nvm yarn protobuf | |
brew install cmake pkg-config [email protected] qt@6 jq nvm yarn protobuf |
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 this is just not rebased.
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.
Just some docu remarks :)
Summary