Skip to content

Commit

Permalink
ci: fix go caching
Browse files Browse the repository at this point in the history
Fix go caching which is failing to find go.sum in the root directory.
  • Loading branch information
stevenh committed Feb 25, 2024
1 parent 162ed02 commit fb41855
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ jobs:
with:
redis-version: ${{ matrix.redis }}

- name: debug
run: |
env
pwd
ls -l
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
#cache-dependency-path: "**/go.sum"

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit fb41855

Please sign in to comment.