We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go install
1 parent 8ad47d6 commit bf59beeCopy full SHA for bf59bee
.github/workflows/test.yaml
@@ -56,11 +56,7 @@ jobs:
56
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
57
58
- name: Install gotestsum
59
- uses: jaxxstorm/action-install-gh-release@v1.7.1
60
- env:
61
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- with:
63
- repo: gotestyourself/gotestsum
64
- tag: v1.7.0
+ shell: bash
+ run: go install gotest.tools/gotestsum@latest
65
66
- run: make test
0 commit comments