Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed May 10, 2024
1 parent 4a759ef commit 8ea773e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
go-version-file: test/go.mod
cache-dependency-path: test/go.sum

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 8ea773e

Please sign in to comment.