diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 5fbf2c219b..1c618781e9 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -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 { diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index f595b7743b..2460d3f19f 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -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( diff --git a/vendor/status-go b/vendor/status-go index 03f67a647d..88d7048435 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 03f67a647dd92e46fb4232556e93dd285ccb01a3 +Subproject commit 88d704843520ca99e0330e8faa4bf789a4f747dc