File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ jobs:
453453 uses : GoTestTools/gotestfmt-action@v2
454454 with :
455455 token : ${{ secrets.GITHUB_TOKEN }}
456- version : v2.4 .0
456+ version : v2.5 .0
457457 - name : Run tests
458458 run : cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
459459 matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ jobs:
378378 uses : GoTestTools/gotestfmt-action@v2
379379 with :
380380 token : ${{ secrets.GITHUB_TOKEN }}
381- version : v2.4 .0
381+ version : v2.5 .0
382382 - name : Run tests
383383 run : cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
384384 matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ jobs:
426426 uses : GoTestTools/gotestfmt-action@v2
427427 with :
428428 token : ${{ secrets.GITHUB_TOKEN }}
429- version : v2.4 .0
429+ version : v2.5 .0
430430 - name : Run tests
431431 run : cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
432432 matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ jobs:
375375 uses : GoTestTools/gotestfmt-action@v2
376376 with :
377377 token : ${{ secrets.GITHUB_TOKEN }}
378- version : v2.4 .0
378+ version : v2.5 .0
379379 - name : Run tests
380380 run : cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
381381 matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt
You can’t perform that action at this time.
0 commit comments