Skip to content

Commit

Permalink
CI: Switch back to v2
Browse files Browse the repository at this point in the history
The v2 branch on the gotestfmt action has been updated and should no
longer result in warnings being logged about Node 12.
  • Loading branch information
daenney committed Dec 4, 2022
1 parent c68a2e7 commit e23a15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Setup gotestfmt
uses: GoTestTools/gotestfmt-action@v2.1.0
uses: GoTestTools/gotestfmt-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go module caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e23a15d

Please sign in to comment.