Skip to content

Commit

Permalink
build: adjust gotestsum reference
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Stickel <[email protected]>
  • Loading branch information
fin09pcap committed Dec 5, 2024
1 parent 12b6dab commit bb410a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: go mod download
-
name: Setup gotestsum
uses: autero1/action-gotestsum@v2
uses: autero1/action-gotestsum@v2.0.0
with:
gotestsum_version: 1.12.0
-
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
run: go mod download
-
name: Setup gotestsum
uses: autero1/action-gotestsum@v2
uses: autero1/action-gotestsum@v2.0.0
with:
gotestsum_version: 1.12.0
-
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
run: go mod download
-
name: Setup gotestsum
uses: autero1/action-gotestsum@v2
uses: autero1/action-gotestsum@v2.0.0
with:
gotestsum_version: 1.12.0
-
Expand Down

0 comments on commit bb410a4

Please sign in to comment.