@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
115
115
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
116
116
with :
117
- go-version : " 1.22 "
117
+ go-version : " 1.23 "
118
118
cache : true
119
119
- run : make test STATIC_FILES=false GOTEST='go test -p 20 -covermode=atomic -coverprofile=coverage.out'
120
120
- name : Upload coverage report
@@ -136,7 +136,7 @@ jobs:
136
136
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
137
137
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
138
138
with :
139
- go-version : " 1.22 "
139
+ go-version : " 1.23 "
140
140
cache : true
141
141
# windows run does not use makefile target because it does a lot more than just testing and is not cross-platform compatible
142
142
- run : 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)
@@ -242,7 +242,7 @@ jobs:
242
242
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
243
243
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
244
244
with :
245
- go-version : " 1.22 "
245
+ go-version : " 1.23 "
246
246
cache : true
247
247
- name : Install Java for the SDK
248
248
if : ${{matrix.test == 'test-java-sdk'}}
@@ -375,7 +375,7 @@ jobs:
375
375
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
376
376
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
377
377
with :
378
- go-version : " 1.22 "
378
+ go-version : " 1.23 "
379
379
cache : true
380
380
- name : Install protoc
381
381
run : |
@@ -412,7 +412,7 @@ jobs:
412
412
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
413
413
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
414
414
with :
415
- go-version : " 1.22 "
415
+ go-version : " 1.23 "
416
416
cache : true
417
417
- run : make lint STATIC_FILES=false
418
418
# if lint makes changes that are not in the PR, fail the build
0 commit comments