Skip to content

Commit

Permalink
chore(ci): Improve go dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 18, 2024
1 parent 5305db4 commit dd8d7aa
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 @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'
cache-dependency-path: |
src/qedis-proxy/go.sum
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit dd8d7aa

Please sign in to comment.