mirror of https://github.com/databricks/cli.git
Pin gotestsum version to v1.12.0 (#1981)
Make this robust against inadvertent upgrades.
This commit is contained in:
parent
e9fa7b7c0e
commit
3457c10c7f
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue