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.
1 parent d2909e8 commit ece4e2aCopy full SHA for ece4e2a
.github/actions/setup-go/action.yaml
@@ -8,6 +8,11 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
+ - name: dump env
12
+ shell: bash
13
+ run: |
14
+ env
15
+
16
- name: Cache go toolchain
17
uses: buildjet/cache@v3
18
with:
@@ -41,10 +46,8 @@ runs:
41
46
gocache-
42
47
43
48
- name: Install gotestsum
44
- uses: jaxxstorm/action-install-gh-release@v1.10.0
45
- with:
- repo: gotestyourself/gotestsum
- tag: v1.9.0
49
50
+ run: go install gotest.tools/gotestsum@latest
51
52
# It isn't necessary that we ever do this, but it helps
53
# separate the "setup" from the "run" times.
0 commit comments