chore: bump status-go (Go 1.26 upgrade) (#21592)

* chore: bump status-go to Go 1.26 upgrade (companion for status-im/status-go#7651)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* ci: bump Jenkins agent labels to go-1.26

* chore: bump status-go

* chore: bump status-go

* chore: bump status-go

* chore: bump status-go to Go 1.26 upgrade

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Igor Sirotin
2026-07-29 10:45:05 +01:00
committed by GitHub
co-authored by Claude Fable 5
parent 8762ea257f
commit f4cbae9d7f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def isPRBuild = utils.isPRBuild()
pipeline {
/* This way we run the same Jenkinsfile on different platforms. */
agent {
label "${getAgentLabels().join(' && ')} && qt-${QT_VERSION} && go-1.24 && xcode-26.4"
label "${getAgentLabels().join(' && ')} && qt-${QT_VERSION} && go-1.26 && xcode-26.4"
}
parameters {
+1 -1
View File
@@ -7,7 +7,7 @@ QT_VERSION = "6.11.0"
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label "windows && x86_64 && qt-${QT_VERSION} && go-1.24" }
agent { label "windows && x86_64 && qt-${QT_VERSION} && go-1.26" }
parameters {
booleanParam(