Skip to content

Commit

Permalink
fix: properly cache go.sum files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 26, 2023
1 parent d0f0fe4 commit cc86c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
go-version: 'stable'
check-latest: true
cache-dependency-path: |
docker/server/admin/go.sum
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
go-version: 'stable'
check-latest: true
cache-dependency-path: |
docker/server/auth/go.sum
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
Expand Down

0 comments on commit cc86c1a

Please sign in to comment.