@@ -120,7 +120,7 @@ jobs:
120120 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121121 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
122122 with :
123- go-version : " 1.24 "
123+ go-version : " 1.25 "
124124 cache : true
125125 - run : make test STATIC_FILES=false GOTEST='go test -p 20 -covermode=atomic -coverprofile=coverage.out'
126126 - name : Upload coverage report
@@ -142,7 +142,7 @@ jobs:
142142 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
143143 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
144144 with :
145- go-version : " 1.24 "
145+ go-version : " 1.25 "
146146 cache : true
147147 # windows run does not use makefile target because it does a lot more than just testing and is not cross-platform compatible
148148 - run : if (!(Test-Path "ui/dist/app/index.html")) { New-Item -ItemType Directory -Force -Path "ui/dist/app" | Out-Null; New-Item -ItemType File -Path "ui/dist/app/placeholder" | Out-Null }; go test -p 20 -covermode=atomic -coverprofile='coverage.out' $(go list ./... | select-string -Pattern 'github.com/argoproj/argo-workflows/v3/workflow/controller' , 'github.com/argoproj/argo-workflows/v3/server' -NotMatch)
@@ -173,7 +173,7 @@ jobs:
173173 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
174174 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
175175 with :
176- go-version : " 1.24 "
176+ go-version : " 1.25 "
177177 cache : true
178178 - name : Build
179179 run : make ${{matrix.target}}
@@ -311,7 +311,7 @@ jobs:
311311 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
312312 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
313313 with :
314- go-version : " 1.24 "
314+ go-version : " 1.25 "
315315 cache : true
316316 - name : Install Java for the SDK
317317 if : ${{matrix.test == 'test-java-sdk'}}
@@ -460,7 +460,7 @@ jobs:
460460 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
461461 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
462462 with :
463- go-version : " 1.24 "
463+ go-version : " 1.25 "
464464 cache : true
465465 - name : Install protoc
466466 run : |
@@ -497,7 +497,7 @@ jobs:
497497 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
498498 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
499499 with :
500- go-version : " 1.24 "
500+ go-version : " 1.25 "
501501 cache : true
502502 - run : make lint STATIC_FILES=false
503503 # if lint makes changes that are not in the PR, fail the build
0 commit comments