Skip to content

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

ci: upgrade go to 1.23 #18135

wants to merge 2 commits into from

Conversation

siddarthkay
Copy link
Contributor

Summary

@siddarthkay siddarthkay self-assigned this Jun 15, 2025
@siddarthkay siddarthkay requested review from a team as code owners June 15, 2025 07:09
@siddarthkay siddarthkay requested review from iurimatias and removed request for a team June 15, 2025 07:09
@status-im-auto
Copy link
Member

status-im-auto commented Jun 15, 2025

Jenkins Builds

Click to see older builds (16)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 5894f5f #1 2025-06-15 07:16:58 ~7 min tests/nim 📄log
✔️ 5894f5f #1 2025-06-15 07:20:27 ~10 min tests/ui 📄log
✔️ 5894f5f #1 2025-06-15 07:20:40 ~10 min macos/aarch64 🍎dmg
✔️ 5894f5f #1 2025-06-15 07:25:47 ~16 min linux/x86_64 📦tgz
✔️ 5894f5f #1 2025-06-15 07:33:32 ~23 min macos/x86_64 🍎dmg
✔️ 5894f5f #1 2025-06-15 07:38:07 ~28 min windows/x86_64 💿exe
✔️ 18e5bb6 #2 2025-06-15 08:45:41 ~6 min macos/aarch64 🍎dmg
✔️ 18e5bb6 #2 2025-06-15 08:46:07 ~7 min tests/nim 📄log
✔️ 18e5bb6 #2 2025-06-15 08:49:58 ~10 min tests/ui 📄log
✔️ 18e5bb6 #2 2025-06-15 08:51:23 ~12 min linux/x86_64 📦tgz
✔️ 18e5bb6 #2 2025-06-15 08:51:40 ~12 min macos/x86_64 🍎dmg
✔️ 9c7c09d #3 2025-06-16 03:56:33 ~7 min macos/aarch64 🍎dmg
✔️ 9c7c09d #3 2025-06-16 03:57:27 ~8 min tests/nim 📄log
✔️ 9c7c09d #3 2025-06-16 03:59:59 ~10 min tests/ui 📄log
✔️ 9c7c09d #3 2025-06-16 04:00:43 ~11 min linux/x86_64 📦tgz
✔️ 9c7c09d #5 2025-06-16 06:42:36 ~18 min macos/x86_64 🍎dmg
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 5662706 #5 2025-07-08 16:13:45 ~7 min tests/nim 📄log
5662706 #5 2025-07-08 16:15:31 ~9 min linux/x86_64 📄log
✔️ 5662706 #5 2025-07-08 16:18:06 ~12 min tests/ui 📄log
5662706 #10 2025-07-08 16:20:57 ~14 min windows/x86_64 📄log
✖️ a672b54 #6 2025-07-08 17:36:09 ~48 sec tests/nim 📄log
a672b54 #6 2025-07-08 17:42:18 ~6 min linux/x86_64 📄log
✔️ a672b54 #6 2025-07-08 17:45:59 ~10 min tests/ui 📄log
a672b54 #11 2025-07-08 17:48:27 ~13 min windows/x86_64 📄log

@fryorcraken
Copy link
Collaborator

Please also update the BUILDING.md file

@@ -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'
Copy link
Contributor Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely, Qt5 is dead

@siddarthkay siddarthkay marked this pull request as draft July 8, 2025 17:36

> ⚠️ 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
Copy link
Member

@caybro caybro Jul 8, 2025

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... :)

Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
brew install cmake pkg-config go@1.23 qt@5 jq nvm yarn protobuf
brew install cmake pkg-config go@1.23 qt@6 jq nvm yarn protobuf

Copy link
Member

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.

Copy link
Member

@caybro caybro left a 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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants