Skip to content

Commit e8bdf01

Browse files
committed
Update Go version in nightly parallel integration tests workflow
1 parent 77f0e4e commit e8bdf01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- name: Set up Go
252252
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 #v4
253253
with:
254-
go-version-file: go.mod
254+
go-version: '1.25.x'
255255

256256
- name: Build binary
257257
run: go build -o ./bin/cx ./cmd
@@ -405,7 +405,7 @@ jobs:
405405
- name: Set up Go
406406
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 #v4
407407
with:
408-
go-version-file: go.mod
408+
go-version: '1.25.x'
409409

410410
- name: Install gocovmerge
411411
run: go install github.com/wadey/gocovmerge@latest

0 commit comments

Comments
 (0)