Skip to content

Commit

Permalink
v3 checkout for ci-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Mar 12, 2023
1 parent aa96a91 commit d88866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ^1.20
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: go test -coverprofile=coverage.out ./...
- uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit d88866c

Please sign in to comment.