We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0e4e commit e8bdf01Copy full SHA for e8bdf01
1 file changed
.github/workflows/nightly-parallel.yml
@@ -251,7 +251,7 @@ jobs:
251
- name: Set up Go
252
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 #v4
253
with:
254
- go-version-file: go.mod
+ go-version: '1.25.x'
255
256
- name: Build binary
257
run: go build -o ./bin/cx ./cmd
@@ -405,7 +405,7 @@ jobs:
405
406
407
408
409
410
- name: Install gocovmerge
411
run: go install github.com/wadey/gocovmerge@latest
0 commit comments