fix: specify gotestsum version in workflows for consistency

This commit is contained in:
GitHub Actions
2026-03-23 05:32:52 +00:00
parent 73aecc60e8
commit f13d95df0f
3 changed files with 28 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ jobs:
} >> "$GITHUB_ENV"
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
run: go install gotest.tools/gotestsum@v1.13.0
- name: Run Go tests with coverage
working-directory: ${{ github.workspace }}