Skip to content

Commit

Permalink
.github: change cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jul 16, 2024
1 parent 1fdffc5 commit ba6c33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: |
./src/github.com/kevinburke/twilio-go/go.sum
- uses: actions/checkout@v4
with:
path: './src/github.com/kevinburke/twilio-go'
Expand Down

0 comments on commit ba6c33c

Please sign in to comment.