fix: specify gotestsum version in workflows for consistency
This commit is contained in:
@@ -149,7 +149,7 @@ jobs:
|
||||
bash "scripts/repo_health_check.sh"
|
||||
|
||||
- name: Install gotestsum
|
||||
run: go install gotest.tools/gotestsum@latest
|
||||
run: go install gotest.tools/gotestsum@v1.13.0
|
||||
|
||||
- name: Run Go tests
|
||||
id: go-tests
|
||||
|
||||
Reference in New Issue
Block a user