Skip to content

Commit ece4e2a

Browse files
committed
Dump env
1 parent d2909e8 commit ece4e2a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11+
- name: dump env
12+
shell: bash
13+
run: |
14+
env
15+
1116
- name: Cache go toolchain
1217
uses: buildjet/cache@v3
1318
with:
@@ -41,10 +46,8 @@ runs:
4146
gocache-
4247
4348
- name: Install gotestsum
44-
uses: jaxxstorm/action-install-gh-release@v1.10.0
45-
with:
46-
repo: gotestyourself/gotestsum
47-
tag: v1.9.0
49+
shell: bash
50+
run: go install gotest.tools/gotestsum@latest
4851

4952
# It isn't necessary that we ever do this, but it helps
5053
# separate the "setup" from the "run" times.

0 commit comments

Comments
 (0)