Skip to content

Commit

Permalink
fix: ci test package reference
Browse files Browse the repository at this point in the history
Signed-off-by: Erik <[email protected]>
webstradev committed Oct 10, 2024
1 parent a318f02 commit 7a427be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: '1.18'
go-version: '1.23'
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4

0 comments on commit 7a427be

Please sign in to comment.