mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
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:
co-authored by
Claude Fable 5
parent
8762ea257f
commit
f4cbae9d7f
@@ -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 {
|
||||
|
||||
@@ -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(
|
||||
|
||||
Vendored
+1
-1
Submodule vendor/status-go updated: 03f67a647d...88d7048435
Reference in New Issue
Block a user