Skip to content

Commit

Permalink
feat: add cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Aug 5, 2023
1 parent b27878a commit b0b9ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
cache-dependency-path: ${{ matrix.folder-path }}/go.sum

- name: Run go fmt
run: go fmt ./...
Expand Down

0 comments on commit b0b9ade

Please sign in to comment.