Skip to content

Commit

Permalink
fix: correct workflow go version
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 26, 2024
1 parent d4b9cd6 commit 03298c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version-file: "go.mod"
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 03298c9

Please sign in to comment.