mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-31 10:07:28 +01:00
ci: fix golang dependencies cache path
This commit is contained in:
5
.github/workflows/binaries-publish.yaml
vendored
5
.github/workflows/binaries-publish.yaml
vendored
@@ -16,6 +16,11 @@ jobs:
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: |
|
||||
backend/go.mod
|
||||
backend/go.sum
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
||||
5
.github/workflows/e2e-partial.yaml
vendored
5
.github/workflows/e2e-partial.yaml
vendored
@@ -27,7 +27,10 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: |
|
||||
backend/go.mod
|
||||
backend/go.sum
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
5
.github/workflows/partial-backend.yaml
vendored
5
.github/workflows/partial-backend.yaml
vendored
@@ -12,7 +12,10 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: |
|
||||
backend/go.mod
|
||||
backend/go.sum
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v1
|
||||
|
||||
10
.github/workflows/partial-frontend.yaml
vendored
10
.github/workflows/partial-frontend.yaml
vendored
@@ -60,7 +60,10 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: |
|
||||
backend/go.mod
|
||||
backend/go.sum
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
@@ -110,7 +113,10 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: |
|
||||
backend/go.mod
|
||||
backend/go.sum
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user