mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
fix: update GitHub Actions to use correct go.sum path
- Add cache-dependency-path: backend/go.sum for Go setup action - Fixes cache restore failures in CI/CD pipeline
This commit is contained in:
@@ -37,6 +37,8 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24'
|
||||
cache: true
|
||||
cache-dependency-path: backend/go.sum
|
||||
|
||||
- name: Install backend dependencies
|
||||
run: |
|
||||
@@ -91,6 +93,8 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24'
|
||||
cache: true
|
||||
cache-dependency-path: backend/go.sum
|
||||
|
||||
- name: Run go vet
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user