Pin gotestsum version to v1.12.0 (#1981)

Make this robust against inadvertent upgrades.
This commit is contained in:
Pieter Noordhuis 2024-12-09 16:19:19 +01:00 committed by GitHub
parent e9fa7b7c0e
commit 3457c10c7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
go install gotest.tools/gotestsum@latest
go install gotest.tools/gotestsum@v1.12.0
- name: Pull external libraries
run: |